From 4fd0928d7bcd627364e9a8e39d722a9d3de8d2d0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 10 Aug 2016 12:54:02 +0000 Subject: merge tentative 'entering directory' fix for gmake to 1.13 branch --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 16520d6f..85088b4f 100755 --- a/configure +++ b/configure @@ -37,7 +37,7 @@ MANPATH_DEFAULT="/usr/share/man:/usr/X11R6/man:/usr/local/man" OSNAME= UTF8_LOCALE= -CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -f -` +CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` CFLAGS="-g -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings" CFLAGS="${CFLAGS} -Wno-unused-parameter" LDADD= -- cgit