Module Name: src
Committed By: christos
Date: Sat Aug 15 09:34:17 UTC 2015
Modified Files:
src/external/gpl3: Makefile
Log Message:
switch everyone to gdb.old
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/external/gpl3/Makefile:1.12
--- src/external/gpl3/Makefile:1.11 Sun Jan 4 20:52:23 2015
+++ src/external/gpl3/Makefile Sat Aug 15 05:34:17 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/01/05 01:52:23 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2015/08/15 09:34:17 christos Exp $
.include <bsd.own.mk>
@@ -12,7 +12,7 @@ SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
.if ${MKGDB} != "no"
.if ${HAVE_GDB} == "7"
-SUBDIR+= gdb
+SUBDIR+= gdb.old
.endif
.endif