Commit 1d839079 by Richard Stallman

(alloca.o): Delete -Demacs from command.

From-SVN: r4006
parent 0591b9c6
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment