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 | ba716acf76872e113966d98520dabe366124b223 (patch) | |
tree | 6936e0ae11dc73cbfcbd3e38ea1ffc4e3df89d3a /make-dist | |
parent | 309daad2aee34cd0f9acdbe4800792f3bf6c00a9 (diff) | |
download | emacs-ba716acf76872e113966d98520dabe366124b223.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) |