mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/Makefile.am (yacc): Quote target action commands properly so
that the yacc script isn't corrupt. Reported by Hans Aberg at <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* src/Makefile.am (yacc): Quote target action commands properly so
|
||||
that the yacc script isn't corrupt. Reported by Hans Aberg at
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
|
||||
|
||||
2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Extend the front-end API for %define variables to more completely
|
||||
|
||||
@@ -80,7 +80,7 @@ MOSTLYCLEANFILES = yacc
|
||||
|
||||
yacc:
|
||||
echo '#! /bin/sh' >$@
|
||||
echo "exec '$(bindir)/bison' -y \"$$@\"" >>$@
|
||||
echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
|
||||
chmod a+x $@
|
||||
|
||||
echo:
|
||||
|
||||
Reference in New Issue
Block a user