Mercurial > emacs
changeset 2008:0200d8d4326c
* Makefile.in (xmakefile): Add missing quote.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 04 Mar 1993 15:16:11 +0000 |
parents | b1debd92d79d |
children | 755588575884 |
files | src/=Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/=Makefile.in Thu Mar 04 14:43:09 1993 +0000 +++ b/src/=Makefile.in Thu Mar 04 15:16:11 1993 +0000 @@ -63,7 +63,7 @@ $(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]*$$//' \