diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
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. |
| 74 | xmakefile: ymakefile config.h | 74 | |
| 75 | # Remake xmakefile whenever we reconfigure even if config.h didn't change. | ||
| 76 | xmakefile: 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 \ |