X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5523ac79a0e46820d9a947b8cf0f7149da0f0165..09ccae9b18a7c09ebf7bb8df2a18c8c4a6def248:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index ef974457..7686d81c 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)