From 33d2a860792a7c4e11a99ea9bc10c6802f5a2063 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 7 Aug 2008 20:46:28 +0200 Subject: [PATCH] Require the generation of parse-gram.output. * src/Makefile.am (YACC): Pass --report=all. (cherry picked from commit 432ac57aaae89de7a4305dc72c5a5b716c6defc4) --- ChangeLog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21f99a02..18236ab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-09 Akim Demaille + + Require the generation of parse-gram.output. + * src/Makefile.am (YACC): Pass --report=all. + 2009-04-06 Joel E. Denny * NEWS (2.5): New stub. diff --git a/src/Makefile.am b/src/Makefile.am index afe6d088..a5cf94ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,7 @@ LDADD = ../lib/libbison.a $(LIBINTL) # Use our own Bison to build the parser. Of course, you ought to # 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_SCRIPTS = $(YACC_SCRIPT) -- 2.47.2