summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-04 15:16:11 +0000
committerJim Blandy <jimb@redhat.com>1993-03-04 15:16:11 +0000
commit166bda8cfa43644fb16b97e7ea53880ecef5fa04 (patch)
tree76c5c08f42b6a9465e23f245fe695eb680564683 /src/=Makefile.in
parent63914c6ef07fb3c8c0e430fb9a5065e1fecb0467 (diff)
downloademacs-166bda8cfa43644fb16b97e7ea53880ecef5fa04.tar.gz
* Makefile.in (xmakefile): Add missing quote.
Diffstat (limited to 'src/=Makefile.in')
-rw-r--r--src/=Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/=Makefile.in b/src/=Makefile.in
index 7e8f4c49e46..3279989fe07 100644
--- a/src/=Makefile.in
+++ b/src/=Makefile.in
@@ -63,7 +63,7 @@ xmakefile: ymakefile config.h
$(CPP) junk.c > junk.cpp \
-DC_SWITCH_SITE="`echo ${CFLAGS}' ' \
| sed -e 's/-g /C_DEBUG_SWITCH /' \
- -e 's/-O /C_OPTIMIZE_SWITCH /`"
+ -e 's/-O /C_OPTIMIZE_SWITCH /'`"
< junk.cpp \
sed -e 's/^#.*//' \
-e 's/^[ \f\t][ \f\t]*$$//' \