Require the generation of parse-gram.output.

* src/Makefile.am (YACC): Pass --report=all.
This commit is contained in:
Akim Demaille
2008-08-07 20:46:28 +02:00
parent deef2a0a4d
commit 432ac57aaa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-11-09 Akim Demaille <demaille@gostai.com>
Require the generation of parse-gram.output.
* src/Makefile.am (YACC): Pass --report=all.
2008-11-09 Akim Demaille <demaille@gostai.com> 2008-11-09 Akim Demaille <demaille@gostai.com>
Formatting changes. Formatting changes.

View File

@@ -24,7 +24,7 @@ LDADD = ../lib/libbison.a $(LIBINTL)
# Use our own Bison to build the parser. Of course, you ought to # Use our own Bison to build the parser. Of course, you ought to
# keep a sane version of Bison nearby... # keep a sane version of Bison nearby...
YACC = ../tests/bison -y --warnings=all,error YACC = ../tests/bison -y --warnings=all,error --report=all
bin_PROGRAMS = bison bin_PROGRAMS = bison
bin_SCRIPTS = $(YACC_SCRIPT) bin_SCRIPTS = $(YACC_SCRIPT)