From 1d839079a610937b7623d0e8bbe88eeabcafc663 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 4 Apr 1993 20:38:29 +0000 Subject: [PATCH] (alloca.o): Delete -Demacs from command. From-SVN: r4006 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8c683431a0b..d84e4085ab5 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) # Generate header and source files from the machine description, -- 2.30.2