X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/07c39ae908c536bc00f504d9e6a7cac7c12e08ad..efa02545e063474ec187fdb85412ac2ce50c1dfd:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 2592256b..e55ad8b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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: