mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-13 22:44:20 +08:00
Remove unneeded @fixinc_defs@
From-SVN: r31932
This commit is contained in:
parent
a2a76ce71b
commit
42cdc71d98
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user