]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
Update copyright date.
[bison.git] / src / Makefile.am
index 2592256b803c6c1716f335a1d3b4078d960538a9..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
@@ -80,7 +80,7 @@ MOSTLYCLEANFILES = yacc
 
 yacc:
        echo '#! /bin/sh' >$@
-       echo "exec '$(bindir)/bison' -y \"$$@\"" >>$@
+       echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
        chmod a+x $@
 
 echo: