* fixinc/Makefile.in (FL_LIST): Revert last change.

From-SVN: r61655
This commit is contained in:
Kaveh R. Ghazi 2003-01-23 16:38:37 +00:00 committed by Kaveh Ghazi
parent 2d1d9215b0
commit 2d110c0a7f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fixinc/Makefile.in (FL_LIST): Revert last change.
2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR other/7341

View File

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