summaryrefslogtreecommitdiff
path: root/gcc/ch/Makefile.in
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 09:29:29 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 09:29:29 +0000
commit2d4ec0bcb6741321fef3dd1dae0cd92f0c32e25f (patch)
treea276ff7781413dbdb2062cdae746b482e9651a2a /gcc/ch/Makefile.in
parent364c603f2739d02d2d08a944b72ca992e2136845 (diff)
downloadgcc-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.in4
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) \