When running make in lib-src, specify YACC var value.
This commit is contained in:
parent
d55d5ec215
commit
6820b5528d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
|
|||
fi
|
||||
|
||||
### Update getdate.c.
|
||||
(cd lib-src; make -f Makefile.in getdate.c)
|
||||
(cd lib-src; make -f Makefile.in getdate.c YACC="bison -y")
|
||||
|
||||
echo "Creating staging directory: \`${tempparent}'"
|
||||
mkdir ${tempparent}
|
||||
|
|
Loading…
Add table
Reference in a new issue