Commit 42cdc71d by Andreas Jaeger Committed by Bruce Korb

Remove unneeded @fixinc_defs@

From-SVN: r31932
parent a2a76ce7
2000-02-11 Andreas Jaeger <aj@suse.de>
* fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
* cpphash.c: Fix formatting, update commentary.
......
......@@ -22,7 +22,7 @@
# Its purpose is to build the any-platforms fixinc.sh script.
CFLAGS = -g
FIXINC_DEFS = -DIN_GCC $(CFLAGS) $(CPPFLAGS) @fixinc_defs@ $(INCLUDES)
FIXINC_DEFS = -DIN_GCC $(CFLAGS) $(CPPFLAGS) $(INCLUDES)
CC = @CC@
SHELL = /bin/sh
......
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