Cygnus<->FSF merge for gcc-2.5.5

From-SVN: r6154
This commit is contained in:
Brendan Kehoe 1993-11-24 00:13:59 -05:00
parent 692e06f5f2
commit 0776af7805
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ cp-parse.o : $(srcdir)/cp-parse.c $(CONFIG_H) $(CPLUS_TREE_H) flags.h cp-lex.h
`echo $(srcdir)/cp-parse.c | sed 's,^\./,,'`
$(srcdir)/cp-parse.c $(srcdir)/cp-parse.h : $(srcdir)/cp-parse.y
@echo expect 29 shift/reduce conflicts and 13 reduce/reduce conflicts
@echo expect 27 shift/reduce conflicts and 14 reduce/reduce conflicts
cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o cp-parse.c cp-parse.y
cd $(srcdir); grep '^#define[ ]*YYEMPTY' cp-parse.c >>cp-parse.h