diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-07 09:29:29 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-07 09:29:29 +0000 |
commit | 2d4ec0bcb6741321fef3dd1dae0cd92f0c32e25f (patch) | |
tree | a276ff7781413dbdb2062cdae746b482e9651a2a /gcc/ch/Makefile.in | |
parent | 364c603f2739d02d2d08a944b72ca992e2136845 (diff) | |
download | gcc-2d4ec0bcb6741321fef3dd1dae0cd92f0c32e25f.tar.gz |
Warning fixes:
* Makefile.in (hash.h): Add -L KR-C -F ', 0, 0, 0' flags to gperf.
(hash.h): Regenerate using gperf 2.7.1 (19981006 egcs).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/Makefile.in')
-rw-r--r-- | gcc/ch/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in index 68ed339bc98..50b8a66395a 100644 --- a/gcc/ch/Makefile.in +++ b/gcc/ch/Makefile.in @@ -265,8 +265,8 @@ $(srcdir)/hash.h: gawk '{ printf ("s/^%s,/%s,/\n", $$1, toupper ($$1)) }' < gperf.tmp > sed.tmp sed -f sed.tmp < gperf.tmp > gperf.tmp2 cat $(srcdir)/gperf gperf.tmp2 > gperf.tmp - gperf -D -E -S1 -p -j1 -i 1 -g -o -t -k'*' gperf.tmp \ - > $(srcdir)/hash.h + gperf -L KR-C -F ', 0, 0, 0' -D -E -S1 -p -j1 -i 1 -g -o -t -k'*' \ + gperf.tmp > $(srcdir)/hash.h $(RM) gperf.tmp gperf.tmp2 sed.tmp actions.o : actions.c $(CONFIG_H) $(CHILL_TREE_H) actions.h $(RTL_H) \ |