OSDN Git Service

(alloca.o): Delete -Demacs from command.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Apr 1993 20:38:29 +0000 (20:38 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Apr 1993 20:38:29 +0000 (20:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4006 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 8c68343..d84e408 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,