From: Bill Wohler Date: Sun, 9 Oct 2005 19:33:26 +0000 (+0000) Subject: * Makefile.in (updates): Added mh-loaddefs dependency. X-Git-Tag: emacs-pretest-22.0.90~6720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9af145676d2b6a7d4c074e0e963f3340ef634eab;p=emacs.git * Makefile.in (updates): Added mh-loaddefs dependency. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 888c519faf7..487550513cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-09 Bill Wohler + + * Makefile.in (updates): Added mh-loaddefs dependency. + 2005-10-09 Chong Yidong * speedbar.el (speedbar-file-key-map): Fix typo. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 07231d57405..a66ea05f27a 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 finder-data custom-deps +updates: update-subdirs autoloads mh-autoloads finder-data custom-deps # Update the AUTHORS file.