Remove unneeded @fixinc_defs@
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 20:20:14 +0000 (20:20 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2000 20:20:14 +0000 (20:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31932 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/Makefile.in

index 3b5ff57..01cb80f 100644 (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.
index f1c436d..8e88649 100644 (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