Module Name: src
Committed By: christos
Date: Tue Jan 26 17:48:56 UTC 2016
Modified Files:
src/external/gpl3: Makefile
Log Message:
use EXTERNAL_FOO_SUBDIR
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/Makefile
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/Makefile
diff -u src/external/gpl3/Makefile:1.16 src/external/gpl3/Makefile:1.17
--- src/external/gpl3/Makefile:1.16 Tue Jan 26 12:37:51 2016
+++ src/external/gpl3/Makefile Tue Jan 26 12:48:56 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2016/01/26 17:37:51 christos Exp $
+# $NetBSD: Makefile,v 1.17 2016/01/26 17:48:56 christos Exp $
.include <bsd.own.mk>
.if ${MKBINUTILS} != "no"
-SUBDIR+= binutils.old
+SUBDIR+= ${EXTERNAL_BINUTILS_SUBDIR}
.endif
.if ${MKGCC} != "no"
@@ -11,7 +11,7 @@ SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
.endif
.if ${MKGDB} != "no"
-SUBDIR+= gdb
+SUBDIR+= ${EXTERNAL_GDB_SUBDIR}
.endif
.include <bsd.subdir.mk>