aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-03 22:42:02 +0000
committerRichard M. Stallman1993-06-03 22:42:02 +0000
commit691d8b2c17a5a421eb9fa1b7652722ca93f448d8 (patch)
tree09271b20c8e6392c26efbedd933b5c9541003066
parent136351b74209e0a8ee9241b600cf5d5d2f67d30d (diff)
downloademacs-691d8b2c17a5a421eb9fa1b7652722ca93f448d8.tar.gz
emacs-691d8b2c17a5a421eb9fa1b7652722ca93f448d8.zip
(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 07c9e989192..1cc94f6a732 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -71,7 +71,9 @@ relock:
71### appropriate CPP symbols to use in ymakefile. 71### appropriate CPP symbols to use in ymakefile.
72### If you have a problem with cc -E here, changing 72### If you have a problem with cc -E here, changing
73### the definition of CPP above may fix it. 73### the definition of CPP above may fix it.
74xmakefile: ymakefile config.h 74
75# Remake xmakefile whenever we reconfigure even if config.h didn't change.
76xmakefile: ymakefile config.h ../config.status
75 -rm -f xmakefile xmakefile.new junk.c junk.cpp 77 -rm -f xmakefile xmakefile.new junk.c junk.cpp
76 cp ${srcdir}/ymakefile junk.c 78 cp ${srcdir}/ymakefile junk.c
77 ${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp \ 79 ${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp \