Module Name:    src
Committed By:   christos
Date:           Mon Aug 17 07:32:51 UTC 2015

Modified Files:
        src/external/gpl3/gdb.old: Makefile.inc

Log Message:
don't hard code the path.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb.old/Makefile.inc

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

Modified files:

Index: src/external/gpl3/gdb.old/Makefile.inc
diff -u src/external/gpl3/gdb.old/Makefile.inc:1.2 src/external/gpl3/gdb.old/Makefile.inc:1.3
--- src/external/gpl3/gdb.old/Makefile.inc:1.2	Sat Aug 15 16:57:37 2015
+++ src/external/gpl3/gdb.old/Makefile.inc	Mon Aug 17 03:32:51 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2015/08/15 20:57:37 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2015/08/17 07:32:51 christos Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
@@ -13,4 +13,4 @@ CWARNFLAGS.clang+=	-Wno-unused-value -Wn
 			-Wno-tautological-compare -Wno-format-extra-args \
 			-Wno-string-plus-int
 
-DIST=		${NETBSDSRCDIR}/external/gpl3/gdb.old/dist
+DIST:=			${.PARSEDIR}/dist

Reply via email to