Module Name:    src
Committed By:   pooka
Date:           Mon Nov 26 16:57:25 UTC 2012

Modified Files:
        src/tools: Makefile

Log Message:
Build gmake iff we're going to need it.


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/tools/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/Makefile
diff -u src/tools/Makefile:1.159 src/tools/Makefile:1.160
--- src/tools/Makefile:1.159	Thu Nov 15 23:51:54 2012
+++ src/tools/Makefile	Mon Nov 26 16:57:25 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.159 2012/11/15 23:51:54 joerg Exp $
+#	$NetBSD: Makefile,v 1.160 2012/11/26 16:57:25 pooka Exp $
 
 .include <bsd.own.mk>
 
@@ -6,11 +6,11 @@
 # plain make.
 .MAIN: build_install
 
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
+.if ${TOOLCHAIN_MISSING} == "no"
+.if defined(HAVE_GCC)
 TOOLCHAIN_BITS= gmake .WAIT
 .endif
 
-.if ${TOOLCHAIN_MISSING} == "no"
 .if defined(HAVE_GCC)
 .if ${HAVE_GCC} >= 45
 TOOLCHAIN_BITS+= gmp .WAIT

Reply via email to