From: Bill Wohler Date: Thu, 5 Jan 2006 22:49:42 +0000 (+0000) Subject: (updates): Remove mh-autoloads dependency, since it probably has X-Git-Tag: emacs-pretest-22.0.90~4861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=600bc46cd52fbdedf592158c6b03ccfca88dbade;p=emacs.git (updates): Remove mh-autoloads dependency, since it probably has already run recently (via recompile). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8c70453e6d..061ace7ec79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,8 @@ * Makefile.in (compile-always): Add mh-autoloads dependency. (bootstrap): Remove mh-autoloads dependency, as compile dependency provides it. + (updates): Remove mh-autoloads dependency, since it probably has + already run recently (via recompile). 2006-01-05 Stefan Monnier 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