summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-08-26 06:19:08 -0400
committerGlenn Morris <rgm@gnu.org>2011-08-26 06:19:08 -0400
commit911db11e0a6d47cacafcc1affb047080681721d4 (patch)
tree64b8d3f0e2e6450351fd69fba41a821b92a98917 /autogen
parent969e0c5175acbfc9fdab4eaed2ab2c94613b3e04 (diff)
downloademacs-911db11e0a6d47cacafcc1affb047080681721d4.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-xautogen/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure
index 02fa5abb626..5996e241c0e 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -9112,7 +9112,7 @@ $as_echo "$HAVE_GNU_MAKE" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5
$as_echo_n "checking whether gcc understands -MMD -MF... " >&6; }
SAVE_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -MMD -MF deps.d"
+ CFLAGS="$CFLAGS -MMD -MF deps.d -MP"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -9137,7 +9137,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
$as_echo "$ac_enable_autodepend" >&6; }
fi
if test $ac_enable_autodepend = yes; then
- DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d'
+ DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
## In parallel builds, another make might create depdir between
## the first test and mkdir, so stick another test on the end.
## Or use install-sh -d? mkdir -p is not portable.