Module Name: src
Committed By: matt
Date: Wed Jan 22 15:04:19 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add MKGCCCMDS to _MKVARS.yes after the loop.
To generate a diff of this commit:
cvs rdiff -u -r1.764 -r1.765 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.764 src/share/mk/bsd.own.mk:1.765
--- src/share/mk/bsd.own.mk:1.764 Tue Jan 21 16:40:24 2014
+++ src/share/mk/bsd.own.mk Wed Jan 22 15:04:19 2014
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.764 2014/01/21 16:40:24 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.765 2014/01/22 15:04:19 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -919,6 +919,7 @@ ${var}?= yes
#
# MKGCCCMDS is only valid if we are building GCC so make it dependent on that.
#
+_MKVARS.yes += MKGCCCMDS
MKGCCCMDS?= ${MKGCC}
#