Mercurial > emacs
changeset 3464:0d4f6d14bca1
(xmakefile): Depend on ../config.status.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Jun 1993 22:42:02 +0000 |
parents | aa78c7babb8e |
children | d23de4338f96 |
files | src/=Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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 \