# 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
yacc:
echo '#! /bin/sh' >$@
- echo "exec '$(bindir)/bison' -y \"$$@\"" >>$@
+ echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
chmod a+x $@
echo: