summaryrefslogtreecommitdiffstats
path: root/gcc/cp/Makefile.in
diff options
context:
space:
mode:
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 8c863ab9591..d9e32402d39 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
OpenPOWER on IntegriCloud