diff src/=Makefile.in @ 3464:0d4f6d14bca1

(xmakefile): Depend on ../config.status.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 22:42:02 +0000
parents 4df33c972833
children 8324ae8fe473
line wrap: on
line diff
--- a/src/=Makefile.in	Thu Jun 03 22:07:18 1993 +0000
+++ b/src/=Makefile.in	Thu Jun 03 22:42:02 1993 +0000
@@ -71,7 +71,9 @@
 ### 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 \