Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3 use EXTERNAL_FOO_SUBDIR



details:   https://anonhg.NetBSD.org/src/rev/1b0aab6bf549
branches:  trunk
changeset: 343257:1b0aab6bf549
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 26 17:48:56 2016 +0000

description:
use EXTERNAL_FOO_SUBDIR

diffstat:

 external/gpl3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 31bed7953f0c -r 1b0aab6bf549 external/gpl3/Makefile
--- a/external/gpl3/Makefile    Tue Jan 26 17:48:31 2016 +0000
+++ b/external/gpl3/Makefile    Tue Jan 26 17:48:56 2016 +0000
@@ -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 @@
 .endif
 
 .if ${MKGDB} != "no"
-SUBDIR+=        gdb
+SUBDIR+=        ${EXTERNAL_GDB_SUBDIR}
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index