]> git.eshelyaron.com Git - emacs.git/commitdiff
(long): Don't update getdate.c.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jun 1996 07:01:10 +0000 (07:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jun 1996 07:01:10 +0000 (07:01 +0000)
make-dist

index 0a516bf173245f615d9dfdcb9cded582acc384e0..f75b79ab617faada77d1919236bbdd8af4f3a9c6 100755 (executable)
--- 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)