(alloca.o): Delete -Demacs from command.
authorRichard Stallman <rms@gnu.org>
Sun, 4 Apr 1993 20:38:29 +0000 (20:38 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 4 Apr 1993 20:38:29 +0000 (20:38 +0000)
From-SVN: r4006

gcc/Makefile.in

index 8c683431a0b422e213995711c649357376359f22..d84e4085ab5a6dd5a9577c1675a86a6d92f1e2b5 100644 (file)
@@ -935,7 +935,7 @@ aux-output.o : aux-output.c $(CONFIG_H) \
 # from the GNU Emacs distribution.
 alloca.o:      alloca.c
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(ALLOCA_FLAGS) \
-         -Demacs -c `echo $(srcdir)/alloca.c | sed 's,^\./,,'`
+         -c `echo $(srcdir)/alloca.c | sed 's,^\./,,'`
        $(ALLOCA_FINISH)
 \f
 # Generate header and source files from the machine description,