(cxxmain.o): Replace single quotes with backslashes.
authorH.J. Lu <hjl@nynexst.com>
Wed, 24 May 1995 18:40:42 +0000 (14:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 24 May 1995 18:40:42 +0000 (14:40 -0400)
From-SVN: r9798

gcc/cp/Make-lang.in

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