summaryrefslogtreecommitdiff
path: root/gcc/fixinc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-01-23 16:38:37 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-01-23 16:38:37 +0000
commit2d110c0a7ffab65d87ce905f7a9e6eeecf165ce4 (patch)
tree4d91fbc1524cf2b448f95a0d935236279dd16350 /gcc/fixinc
parent2d1d9215b0c228c972c334a4614bf5bde1893a51 (diff)
downloadgcc-2d110c0a7ffab65d87ce905f7a9e6eeecf165ce4.tar.gz
* fixinc/Makefile.in (FL_LIST): Revert last change.
From-SVN: r61655
Diffstat (limited to 'gcc/fixinc')
-rw-r--r--gcc/fixinc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/Makefile.in b/gcc/fixinc/Makefile.in
index cd4092fbc29..abc7e3acdab 100644
--- a/gcc/fixinc/Makefile.in
+++ b/gcc/fixinc/Makefile.in
@@ -29,7 +29,7 @@ SHELL=@SHELL@
# in the kernel. So, we use `echo' instead.
STAMP = echo timestamp >
-FL_LIST = $(CFLAGS) $(CPPFLAGS) $(WARN_CFLAGS) $($@-warn)
+FL_LIST = $(CFLAGS) $(CPPFLAGS) $(WARN_CFLAGS)
FIXINC_DEFS = -DIN_GCC -DHAVE_CONFIG_H $(FL_LIST) $(INCLUDES)
# Directory where sources are, from where we are.