Commit 78696538 by H.J. Lu Committed by Richard Kenner

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

From-SVN: r9798
parent 2aa82cbe
...@@ -75,7 +75,7 @@ cxxmain.o: cplus-dem.c demangle.h ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment