]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
Update copyright date.
[bison.git] / src / Makefile.am
index 3fb29e79981e291ced2c5b418547da0bd0cd5a2d..e55ad8b6836bee493df74a9eab2d0ba8b1a69a4b 100644 (file)
@@ -1,6 +1,6 @@
 # Make bison/src.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
 # Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,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
+YACC = ../tests/bison -y --warnings=all,error
 
 bin_PROGRAMS = bison
 bin_SCRIPTS = $(YACC_SCRIPT)
@@ -80,7 +80,7 @@ MOSTLYCLEANFILES = yacc
 
 yacc:
        echo '#! /bin/sh' >$@
-       echo "exec '$(bindir)/bison' -y \"$$@\"" >>$@
+       echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
        chmod a+x $@
 
 echo: