X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8fa369111fcc3d06a0c9fc278f063b8033dac094..905f069774cbcf94c6f46e8768e1f6a4a2e72591:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 2b297abd..a5cf94ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # Make bison/src. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software # Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -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)