OSDN Git Service

(cxxmain.o): Replace single quotes with backslashes.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 1995 18:40:42 +0000 (18:40 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 1995 18:40:42 +0000 (18:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9798 138bc75d-0d04-0410-961f-82ee72b054a4

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