diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-10 12:54:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-08-10 12:54:02 +0000 |
commit | 4fd0928d7bcd627364e9a8e39d722a9d3de8d2d0 (patch) | |
tree | 7ef1abe902ffeae75509eb021d8f07e2c55235e8 | |
parent | 316600ed6b9e2f2e22ea6cdb984f34e21b982823 (diff) | |
download | mandoc-4fd0928d7bcd627364e9a8e39d722a9d3de8d2d0.tar.gz |
merge tentative 'entering directory' fix for gmake to 1.13 branch
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |