From: Brendan Kehoe Date: Mon, 13 Mar 1995 02:06:56 +0000 (-0500) Subject: * Makefile.in (stamp-parse): Expect 5 shift/reduce failures. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0d642f3383212358dc6f4e8a29fad6a8cd42778;p=gcc.git * Makefile.in (stamp-parse): Expect 5 shift/reduce failures. From-SVN: r9173 --- diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 2e5f0136c68..f94d82424b0 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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