Module Name:    src
Committed By:   christos
Date:           Sun Aug 16 09:14:53 UTC 2015

Modified Files:
        src/tools/gdb: Makefile

Log Message:
handle gdb-7.9.1


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.23 src/tools/gdb/Makefile:1.24
--- src/tools/gdb/Makefile:1.23	Sat Aug 15 17:12:28 2015
+++ src/tools/gdb/Makefile	Sun Aug 16 05:14:53 2015
@@ -1,9 +1,13 @@
-#	$NetBSD: Makefile,v 1.23 2015/08/15 21:12:28 mrg Exp $
+#	$NetBSD: Makefile,v 1.24 2015/08/16 09:14:53 christos Exp $
 
 .include <bsd.own.mk>
 
 MODULE=		gdb
+.if ${HAVE_GDB} == 79
+GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb/dist
+.else
 GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb.old/dist
+.endif
 
 FIND_ARGS=	\! \( -type d -name sim -prune \)
 

Reply via email to