# HG changeset patch # User Richard M. Stallman # Date 739147322 0 # Node ID 0d4f6d14bca1dc61ca508fb6925bfe7926663bd4 # Parent aa78c7babb8ef65451c71de1652f9e42ed96e2cb (xmakefile): Depend on ../config.status. diff -r aa78c7babb8e -r 0d4f6d14bca1 src/=Makefile.in --- 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 \