diff options
author | James E Wilson <wilson@specifixinc.com> | 2004-04-21 22:06:06 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2004-04-21 15:06:06 -0700 |
commit | cb7761f5300f7aabf6c00860016caafbe7f11c62 (patch) | |
tree | c361dad54fc558a2ddc8d991e00dc5491891f9f4 /gcc/fixinc | |
parent | 746ecc7813de530920233339a89a2284b9937e92 (diff) | |
download | gcc-cb7761f5300f7aabf6c00860016caafbe7f11c62.tar.gz |
Delete all WARN_CFLAGS references from fixinc.
* Makefile.in (fixinc.sh): Don't set or export WARN_CFLAGS. Fix
comment.
* fixinc/Makefile.in (FL_LIST): Don't mention WARN_CFLAGS.
(fixincl.o-warn): Delete.
From-SVN: r80984
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/fixinc/Makefile.in b/gcc/fixinc/Makefile.in index 1329e8f09d7..22ea44ff9f2 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) +FL_LIST = $(CFLAGS) $(CPPFLAGS) FIXINC_DEFS = -DIN_GCC -DHAVE_CONFIG_H $(FL_LIST) $(INCLUDES) # Directory where sources are, from where we are. @@ -94,9 +94,6 @@ test-stamp : $(TESTOBJ) $(LIBERTY) $(AF): $(FIXOBJ) $(LIBERTY) $(CC) $(FIXINC_DEFS) $(LDFLAGS) -o $@ $(FIXOBJ) $(LIBERTY) -# String length warnings -fixincl.o-warn = -Wno-error - $(ALLOBJ) : $(HDR) fixincl.o : fixincl.c $(srcdir)/fixincl.x fixtests.o : fixtests.c |