Source-Changes-HG archive

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

[src/trunk]: src/tools/gdb use EXTERNAL_GDB_SUBDIR



details:   https://anonhg.NetBSD.org/src/rev/6ce069680017
branches:  trunk
changeset: 813398:6ce069680017
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 26 17:48:31 2016 +0000

description:
use EXTERNAL_GDB_SUBDIR

diffstat:

 tools/gdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e2351acf2299 -r 6ce069680017 tools/gdb/Makefile
--- a/tools/gdb/Makefile        Tue Jan 26 17:47:35 2016 +0000
+++ b/tools/gdb/Makefile        Tue Jan 26 17:48:31 2016 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.26 2015/09/17 09:34:20 skrll Exp $
+#      $NetBSD: Makefile,v 1.27 2016/01/26 17:48:31 christos Exp $
 
 .include <bsd.own.mk>
 
 MODULE=                gdb
-GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb/dist
+GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/${EXTERNAL_GDB_SUBDIR}/dist
 
 FIND_ARGS=     \! \( -type d -name sim -prune \)
 



Home | Main Index | Thread Index | Old Index