Module Name: src
Committed By: christos
Date: Tue Jan 26 17:48:31 UTC 2016
Modified Files:
src/tools/gdb: Makefile
Log Message:
use EXTERNAL_GDB_SUBDIR
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/tools/gdb/Makefile:1.27
--- src/tools/gdb/Makefile:1.26 Thu Sep 17 05:34:20 2015
+++ src/tools/gdb/Makefile Tue Jan 26 12:48:31 2016
@@ -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 \)