diff options
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 08214692f2d..363d5235f77 100755 --- a/make-dist +++ b/make-dist @@ -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} |