aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 2c7fad192e5..5f0afca50c3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -75,7 +75,7 @@ xmakefile: ymakefile config.h
75 ${CPP} ${CFLAGS} junk.c > junk.cpp \ 75 ${CPP} ${CFLAGS} junk.c > junk.cpp \
76 -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \ 76 -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \
77 | sed -e 's/-g /C_DEBUG_SWITCH /' \ 77 | sed -e 's/-g /C_DEBUG_SWITCH /' \
78 -e 's/-O /C_OPTIMIZE_SWITCH /'`" 78 -e 's/-O[0-9]* /C_OPTIMIZE_SWITCH /'`"
79 < junk.cpp \ 79 < junk.cpp \
80 sed -e 's/^#.*//' \ 80 sed -e 's/^#.*//' \
81 -e 's/^[ \f\t][ \f\t]*$$//' \ 81 -e 's/^[ \f\t][ \f\t]*$$//' \