]> git.saurik.com Git - bison.git/commit
build: stop using bison -y
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 27 Feb 2013 14:41:55 +0000 (15:41 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Mar 2013 07:25:32 +0000 (08:25 +0100)
commitf1526426cddd0aaef7f54c583b5a8651f2dad482
tree890f6406e2a128aab46a4e465bac320613b68896
parent7601a471f5b0dee063748c5d4383bc03c6313164
build: stop using bison -y

* Makefile.am (YACC): Pass -o y.tab.c, so that ylwrap is happy, and
yet we don't pass --yacc to bison.
(AM_YFLAGS): Disable Yacc warnings.
Makefile.am