* Makefile.in (stamp-parse): Expect 5 shift/reduce failures.

From-SVN: r9173
This commit is contained in:
Brendan Kehoe 1995-03-12 21:06:56 -05:00
parent f6abb50a8a
commit f0d642f338
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ parse.o : $(PARSE_C) $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h lex.h
$(PARSE_H) : $(PARSE_C)
$(PARSE_C) : $(srcdir)/parse.y
@echo expect 1 shift/reduce confict and 39 reduce/reduce conflicts.
@echo expect 5 shift/reduce confict and 39 reduce/reduce conflicts.
cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o parse.c parse.y
cd $(srcdir); grep '^#define[ ]*YYEMPTY' parse.c >>parse.h
#$(PARSE_C) $(PARSE_H) : stamp-parse ; @true