]> git.saurik.com Git - bison.git/blobdiff - Makefile.am
grammar: do not add a \n at the end of blocks of code
[bison.git] / Makefile.am
index 34edfc78c42aac3eb60f15c5bbf788497ef89e9e..7a752d7d6be0d0df25243882f563729048d14713 100644 (file)
@@ -32,8 +32,8 @@ EXTRA_DIST = .prev-version .version \
 ## version of Bison nearby...
 BISON = $(top_builddir)/tests/bison
 BISON_IN = $(top_srcdir)/tests/bison.in
-YACC = $(BISON) -y
-AM_YFLAGS = -d -v --warnings=all,error --report=all
+YACC = $(BISON) -o y.tab.c
+AM_YFLAGS = -d -v -Werror -Wall -Wno-yacc --report=all
 
 # Initialization before completion by local.mk's.
 AM_CFLAGS = $(WARN_CFLAGS)