* Makefile.in (stamp-parse): Expect 5 shift/reduce failures.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 13 Mar 1995 02:06:56 +0000 (21:06 -0500)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 13 Mar 1995 02:06:56 +0000 (21:06 -0500)
From-SVN: r9173

gcc/cp/Makefile.in

index 2e5f0136c68cf6442089c31ed52805939880f166..f94d82424b02df0cc094f9956f299c4d6c635460 100644 (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