]> git.eshelyaron.com Git - emacs.git/commitdiff
When running make in lib-src, specify YACC var value.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Nov 1993 18:03:43 +0000 (18:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Nov 1993 18:03:43 +0000 (18:03 +0000)
make-dist

index 08214692f2d2f84b2ddcd3f4fa85baa67da073cd..363d5235f7775eebf5865a8961923f5a757ddad4 100755 (executable)
--- 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}