diff options
author | Richard Stallman <rms@gnu.org> | 1993-04-04 20:38:29 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-04-04 20:38:29 +0000 |
commit | 1d839079a610937b7623d0e8bbe88eeabcafc663 (patch) | |
tree | 77932fda5d2c009b52a3971ff11af5e3ee5abb92 /gcc | |
parent | 0591b9c6285d23a61461b2add592b054b5e84d01 (diff) | |
download | gcc-1d839079a610937b7623d0e8bbe88eeabcafc663.zip gcc-1d839079a610937b7623d0e8bbe88eeabcafc663.tar.gz gcc-1d839079a610937b7623d0e8bbe88eeabcafc663.tar.bz2 |
(alloca.o): Delete -Demacs from command.
From-SVN: r4006
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8c68343..d84e408 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, |