When running make in lib-src, specify YACC var value.

This commit is contained in:
Richard M. Stallman 1993-11-11 18:03:43 +00:00
parent d55d5ec215
commit 6820b5528d

View file

@ -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}