(cxxmain.o): Replace single quotes with backslashes.

From-SVN: r9798
This commit is contained in:
H.J. Lu 1995-05-24 14:40:42 -04:00 committed by Richard Kenner
parent 2aa82cbeda
commit 7869653866
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ cxxmain.o: cplus-dem.c demangle.h
ln -s $(srcdir)/cplus-dem.c cxxmain.c > /dev/null 2>&1 \ ln -s $(srcdir)/cplus-dem.c cxxmain.c > /dev/null 2>&1 \
|| cp $(srcdir)/cplus-dem.c cxxmain.c || cp $(srcdir)/cplus-dem.c cxxmain.c
$(CC) -c -DMAIN $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) -c -DMAIN $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DVERSION='"$(version)"' cxxmain.c -DVERSION=\"$(version)\" cxxmain.c
rm -f cxxmain.c rm -f cxxmain.c
$(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o $(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o