X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f6df83b4e80b2a53c08b5dc654e247076a3b9b03..57597927ef1b9cc751df4314764a6edd575ffc8b:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 24720110..7a752d7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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)