diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1cc94f6a732..4698ea1758b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -76,10 +76,7 @@ relock: | |||
| 76 | xmakefile: ymakefile config.h ../config.status | 76 | xmakefile: ymakefile config.h ../config.status |
| 77 | -rm -f xmakefile xmakefile.new junk.c junk.cpp | 77 | -rm -f xmakefile xmakefile.new junk.c junk.cpp |
| 78 | cp ${srcdir}/ymakefile junk.c | 78 | cp ${srcdir}/ymakefile junk.c |
| 79 | ${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp \ | 79 | ${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp |
| 80 | -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \ | ||
| 81 | | sed -e 's/-g /C_DEBUG_SWITCH /' \ | ||
| 82 | -e 's/-O[0-9]* /C_OPTIMIZE_SWITCH /'`" | ||
| 83 | < junk.cpp \ | 80 | < junk.cpp \ |
| 84 | sed -e 's/^#.*//' \ | 81 | sed -e 's/^#.*//' \ |
| 85 | -e 's/^[ \f\t][ \f\t]*$$//' \ | 82 | -e 's/^[ \f\t][ \f\t]*$$//' \ |