Module Name:    src
Committed By:   uwe
Date:           Thu Sep 29 20:08:25 UTC 2016

Modified Files:
        src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
Run configure with MAKE=${TOOL_GMAKE:Q} - otherwise "checking
dependency style" test fails on non-netbsd hosts where nbmake can't
find share/mk.

Ok phone@


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/external/gpl3/gcc/usr.bin/backend/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/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.33 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.34
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.33	Sat Sep  3 15:47:54 2016
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Thu Sep 29 20:08:25 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.33 2016/09/03 15:47:54 christos Exp $
+#	$NetBSD: Makefile,v 1.34 2016/09/29 20:08:25 uwe Exp $
 
 LIBISPRIVATE=	yes
 
@@ -211,7 +211,7 @@ auto-build.h: gmp.h Makefile
 	(cd .ab && \
 		AWK=${TOOL_AWK:Q} \
 		CC=${ORIGHOST_CC:Q} CFLAGS=${HOST_CFLAGS:Q} \
-		MAKE=${MAKE:Q} \
+		MAKE=${TOOL_GMAKE:Q} \
 		CONFIG_SHELL=${HOST_SH:Q} \
 		gcc_cv_ld=${LD:Q} \
 		gcc_cv_as=${AS:Q} \

Reply via email to