Module Name:    src
Committed By:   christos
Date:           Mon Aug 12 21:30:20 UTC 2024

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

Log Message:
point gdb to gdb.old


To generate a diff of this commit:
cvs rdiff -u -r1.1393 -r1.1394 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.1393 src/share/mk/bsd.own.mk:1.1394
--- src/share/mk/bsd.own.mk:1.1393	Sat Aug 10 19:49:12 2024
+++ src/share/mk/bsd.own.mk	Mon Aug 12 17:30:20 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1393 2024/08/10 23:49:12 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1394 2024/08/12 21:30:20 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -150,9 +150,9 @@ EXTERNAL_BINUTILS_SUBDIR=	/does/not/exis
 #
 HAVE_GDB?=	1320
 
-.if ${HAVE_GDB} == 1320
+.if ${HAVE_GDB} == 1510
 EXTERNAL_GDB_SUBDIR=		gdb
-.elif ${HAVE_GDB} == 1100
+.elif ${HAVE_GDB} == 1320
 EXTERNAL_GDB_SUBDIR=		gdb.old
 .else
 EXTERNAL_GDB_SUBDIR=		/does/not/exist

Reply via email to