Module Name:    src
Committed By:   mrg
Date:           Sat Aug 15 21:12:28 UTC 2015

Modified Files:
        src/tools/gdb: Makefile

Log Message:
for now, use gdb.old.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/tools/gdb/Makefile:1.23
--- src/tools/gdb/Makefile:1.22	Mon Oct  1 19:27:04 2012
+++ src/tools/gdb/Makefile	Sat Aug 15 21:12:28 2015
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.22 2012/10/01 19:27:04 bouyer Exp $
+#	$NetBSD: Makefile,v 1.23 2015/08/15 21:12:28 mrg Exp $
 
 .include <bsd.own.mk>
 
 MODULE=		gdb
-GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb/dist
+GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb.old/dist
 
 FIND_ARGS=	\! \( -type d -name sim -prune \)
 

Reply via email to