Remove unneeded @fixinc_defs@

From-SVN: r31932
This commit is contained in:
Andreas Jaeger 2000-02-11 21:20:14 +01:00 committed by Bruce Korb
parent a2a76ce71b
commit 42cdc71d98
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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