diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-29 07:01:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-29 07:01:10 +0000 |
commit | 1db8bf608395776e203cc7faab04f60e75fb75eb (patch) | |
tree | 55861b36a439ebab46775ce0b60608535f12c553 /make-dist | |
parent | 7f1c39128d29c82c7bc155d6fa641181194d85fb (diff) | |
download | emacs-1db8bf608395776e203cc7faab04f60e75fb75eb.tar.gz |
(long): Don't update getdate.c.
Diffstat (limited to 'make-dist')
-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) |