summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-05-27 00:35:58 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-05-27 00:35:58 +0000
commitbbe2e861561272804e17acae8399354ec83f767b (patch)
tree52693f61e6cdca9befe88ad6d4ab2ae952e30494 /gnu
parent791d25779ffecb249b54cbd2f134fb94d8f4bde9 (diff)
likewise: don't run gperf now.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/egcs/gcc/cp/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/egcs/gcc/cp/Makefile.in b/gnu/egcs/gcc/cp/Makefile.in
index ddf96aa5ed3..66cdf83df59 100644
--- a/gnu/egcs/gcc/cp/Makefile.in
+++ b/gnu/egcs/gcc/cp/Makefile.in
@@ -244,9 +244,9 @@ $(PARSE_C) : $(srcdir)/parse.y
# We used to try to protect people from having to rerun gperf. But,
# the C front-end already requires this if c-parse.gperf is changed,
# so we should be consistent.
-$(srcdir)/hash.h: $(srcdir)/gxx.gperf
- gperf -L C -F ', 0, 0' -p -j1 -g -o -t -N is_reserved_word \
- '-k1,4,7,$$' $(srcdir)/gxx.gperf >$(srcdir)/hash.h
+#$(srcdir)/hash.h: $(srcdir)/gxx.gperf
+# gperf -L 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