Module Name: src
Committed By: christos
Date: Tue Feb 2 22:35:47 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
everyone, back to gdb.old
To generate a diff of this commit:
cvs rdiff -u -r1.893 -r1.894 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.893 src/share/mk/bsd.own.mk:1.894
--- src/share/mk/bsd.own.mk:1.893 Tue Feb 2 15:23:24 2016
+++ src/share/mk/bsd.own.mk Tue Feb 2 17:35:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.893 2016/02/02 20:23:24 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.894 2016/02/02 22:35:46 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -128,9 +128,9 @@ USE_SSP?= yes
HAVE_GDB?= 79
.if ${HAVE_GDB} == 79
-EXTERNAL_GDB_SUBDIR= gdb
+EXTERNAL_GDB_SUBDIR= gdb.old
.else
-EXTERNAL_GDB_SUBDIR= /does/not/exist
+EXTERNAL_GDB_SUBDIR= gdb
.endif
.if ${MACHINE} == "amd64" || \