diff options
-rwxr-xr-x | make-dist | 3 |
1 files changed, 0 insertions, 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) |