diff options
author | Bill Wohler <wohler@newt.com> | 2006-01-05 22:49:42 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-01-05 22:49:42 +0000 |
commit | 600bc46cd52fbdedf592158c6b03ccfca88dbade (patch) | |
tree | 1a3561868fc0b3e86306130d7a8602c1d2dc64da /lisp/Makefile.in | |
parent | 77a0dbd2e01c01f17a5c699cbde4c277960648b8 (diff) | |
download | emacs-600bc46cd52fbdedf592158c6b03ccfca88dbade.tar.gz |
(updates): Remove mh-autoloads dependency, since it probably has
already run recently (via recompile).
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 39986d6a60a..1cc34fcb663 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -117,7 +117,7 @@ update-subdirs: doit $(srcdir)/update-subdirs $$file; \ done; -updates: update-subdirs autoloads mh-autoloads finder-data custom-deps +updates: update-subdirs autoloads finder-data custom-deps # This is useful after "cvs up". cvs-update: recompile autoloads finder-data custom-deps |