Module Name:    src
Committed By:   christos
Date:           Tue Nov 28 18:14:37 UTC 2017

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch everyone to gdb.old


To generate a diff of this commit:
cvs rdiff -u -r1.1019 -r1.1020 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.1019 src/share/mk/bsd.own.mk:1.1020
--- src/share/mk/bsd.own.mk:1.1019	Sun Oct  8 11:20:32 2017
+++ src/share/mk/bsd.own.mk	Tue Nov 28 13:14:37 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1019 2017/10/08 15:20:32 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1020 2017/11/28 18:14:37 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -133,9 +133,9 @@ USE_SSP?=	yes
 #
 HAVE_GDB?=	712
 
-.if ${HAVE_GDB} == 712
+.if ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=		gdb
-.elif ${HAVE_GDB} == 710
+.elif ${HAVE_GDB} == 712
 EXTERNAL_GDB_SUBDIR=		gdb.old
 .else
 EXTERNAL_GDB_SUBDIR=		/does/not/exist

Reply via email to