aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/Makefile.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-10-07 09:50:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-10-07 09:50:45 +0000
commit9e46e5e8628e3c6d2818b1811f050229e2016e45 (patch)
tree80c3e8f8a7bb27dedac2efb1a39791d086f4c662 /gcc/cp/Makefile.in
parentd143a8907abfc4e4480c67dd127db1596ffd4f9c (diff)
downloadgcc-9e46e5e8628e3c6d2818b1811f050229e2016e45.zip
gcc-9e46e5e8628e3c6d2818b1811f050229e2016e45.tar.gz
gcc-9e46e5e8628e3c6d2818b1811f050229e2016e45.tar.bz2
Warning fixes:
* Makefile.in (hash.h): Add -L KR-C -F ', 0, 0' flags to gperf. (gxx.gperf): Update comments describing invocation flags. (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs). From-SVN: r22888
Diffstat (limited to 'gcc/cp/Makefile.in')
-rw-r--r--gcc/cp/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in
index 8c863ab..d9e3240 100644
--- a/gcc/cp/Makefile.in
+++ b/gcc/cp/Makefile.in
@@ -240,8 +240,8 @@ $(PARSE_C) : $(srcdir)/parse.y
# if gxx.gpref got touched, say.
# Thus you have to remove hash.h to force it to be re-made.
$(srcdir)/hash.h:
- gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$$' \
- $(srcdir)/gxx.gperf >$(srcdir)/hash.h
+ gperf -L KR-C -F ', 0, 0' -p -j1 -g -o -t -N is_reserved_word \
+ '-k1,4,7,$$' $(srcdir)/gxx.gperf >$(srcdir)/hash.h
spew.o : spew.c $(CONFIG_H) $(CXX_TREE_H) $(PARSE_H) $(srcdir)/../flags.h \
lex.h $(srcdir)/../system.h $(srcdir)/../toplev.h