Module Name: src
Committed By: christos
Date: Mon Aug 17 07:30:39 UTC 2015
Modified Files:
src/external/gpl3: Makefile
Log Message:
gdb 7 -> gdb.old
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/Makefile
diff -u src/external/gpl3/Makefile:1.13 src/external/gpl3/Makefile:1.14
--- src/external/gpl3/Makefile:1.13 Sun Aug 16 05:17:18 2015
+++ src/external/gpl3/Makefile Mon Aug 17 03:30:39 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2015/08/16 09:17:18 christos Exp $
+# $NetBSD: Makefile,v 1.14 2015/08/17 07:30:39 christos Exp $
.include <bsd.own.mk>
@@ -14,7 +14,7 @@ SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
. if ${HAVE_GDB} == "79"
SUBDIR+= gdb
. elif ${HAVE_GDB} == "7"
-SUBDIR+= gdb
+SUBDIR+= gdb.old
. endif
.endif