summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-11 18:03:43 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-11 18:03:43 +0000
commit201414642db9416b148c9e4a1eac099a64a3052d (patch)
tree0a0ef6034c757817de0231279eabc3fd2cc69697 /make-dist
parent4a2ca0c1363a8a214dffc0f317acc6bc220652f9 (diff)
downloademacs-201414642db9416b148c9e4a1eac099a64a3052d.tar.gz
When running make in lib-src, specify YACC var value.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
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}