From: Richard M. Stallman Date: Sat, 29 Jun 1996 07:01:10 +0000 (+0000) Subject: (long): Don't update getdate.c. X-Git-Tag: emacs-19.34~294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba716acf76872e113966d98520dabe366124b223;p=emacs.git (long): Don't update getdate.c. --- diff --git a/make-dist b/make-dist index 0a516bf1732..f75b79ab617 100755 --- a/make-dist +++ b/make-dist @@ -140,9 +140,6 @@ if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; } fi -### Update getdate.c. -(cd lib-src; make -f Makefile getdate.c YACC="bison -y") - echo "Updating Info files" (cd man; make info)