Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb.old don't hard code the path.



details:   https://anonhg.NetBSD.org/src/rev/549438fe6bd8
branches:  trunk
changeset: 339913:549438fe6bd8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 07:32:51 2015 +0000

description:
don't hard code the path.

diffstat:

 external/gpl3/gdb.old/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 15320a359757 -r 549438fe6bd8 external/gpl3/gdb.old/Makefile.inc
--- a/external/gpl3/gdb.old/Makefile.inc        Mon Aug 17 07:30:39 2015 +0000
+++ b/external/gpl3/gdb.old/Makefile.inc        Mon Aug 17 07:32:51 2015 +0000
@@ -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 @@
                        -Wno-tautological-compare -Wno-format-extra-args \
                        -Wno-string-plus-int
 
-DIST=          ${NETBSDSRCDIR}/external/gpl3/gdb.old/dist
+DIST:=                 ${.PARSEDIR}/dist



Home | Main Index | Thread Index | Old Index