aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-03 22:42:02 +0000
committerRichard M. Stallman <[email protected]>1993-06-03 22:42:02 +0000
commit691d8b2c17a5a421eb9fa1b7652722ca93f448d8 (patch)
tree09271b20c8e6392c26efbedd933b5c9541003066
parent136351b74209e0a8ee9241b600cf5d5d2f67d30d (diff)
(xmakefile): Depend on ../config.status.
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 07c9e98919..1cc94f6a73 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 \