X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/b2a40ced6227156a72f33e0fd47452e10309bc8b..6c50dc9249a1abaee3d737a499833718be2e6e0a:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index b4a45f6..024c878 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -317,8 +317,7 @@ Headers/cgrammar_tokens.h cgrammar.c: cgrammar.c.der cgrammar.y bison.head bison $(CP) cgrammar.c.der cgrammar.c; \ else \ echo '* Making cgrammar.c'; \ - echo '* Expect 157 shift/reduce conflicts and 117 reduce/reduce conflicts.'; \ - echo '* (see cgrammar.y for explanation)'; \ + echo '* Note: Expect 157 shift/reduce conflicts and 123 reduce/reduce conflicts. (see cgrammar.y for explanation)'; \ $(BISON) $(YFLAGS) cgrammar.y; \ $(CAT) bison.head cgrammar.tab.c bison.reset | $(SED) 's/YYSTYPE/cgrammar_YYSTYPE/g' | $(SED) 's/lsllex/cgrammar_lsllex/g' > cgrammar.c; \ $(CP) cgrammar.c cgrammar.c.der; \