X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5523ac79a0e46820d9a947b8cf0f7149da0f0165..905f069774cbcf94c6f46e8768e1f6a4a2e72591:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index ef974457..a5cf94ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS) +AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/lib AM_YFLAGS = "-dv" @@ -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)