aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-04-04 20:38:29 +0000
committerRichard Stallman <rms@gnu.org>1993-04-04 20:38:29 +0000
commit1d839079a610937b7623d0e8bbe88eeabcafc663 (patch)
tree77932fda5d2c009b52a3971ff11af5e3ee5abb92 /gcc
parent0591b9c6285d23a61461b2add592b054b5e84d01 (diff)
downloadgcc-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.in2
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,