From 0e1d2eb8e1ae10b39b5c12726df4b1b7ec2e89c6 Mon Sep 17 00:00:00 2001 From: brendan Date: Mon, 13 Mar 1995 02:06:56 +0000 Subject: * Makefile.in (stamp-parse): Expect 5 shift/reduce failures. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9173 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/Makefile.in') 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 -- cgit v1.2.1