summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-03 22:42:02 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-03 22:42:02 +0000
commitb07df4436f35e1431a49ebc0b360855b54128252 (patch)
tree987702f6247d37802f2af826cf4cd044e48c7b60 /src/=Makefile.in
parent3e366e08c071dea3f1482560e08508a89a82b321 (diff)
downloademacs-b07df4436f35e1431a49ebc0b360855b54128252.tar.gz
(xmakefile): Depend on ../config.status.
Diffstat (limited to 'src/=Makefile.in')
-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 \