summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/=Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/=Makefile.in b/src/=Makefile.in
index 07c9e989192..1cc94f6a732 100644
--- a/src/=Makefile.in
+++ b/src/=Makefile.in
@@ -71,7 +71,9 @@ relock:
### appropriate CPP symbols to use in ymakefile.
### If you have a problem with cc -E here, changing
### the definition of CPP above may fix it.
-xmakefile: ymakefile config.h
+
+# Remake xmakefile whenever we reconfigure even if config.h didn't change.
+xmakefile: ymakefile config.h ../config.status
-rm -f xmakefile xmakefile.new junk.c junk.cpp
cp ${srcdir}/ymakefile junk.c
${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp \