From ba716acf76872e113966d98520dabe366124b223 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Jun 1996 07:01:10 +0000 Subject: [PATCH] (long): Don't update getdate.c. --- make-dist | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2