From 9af145676d2b6a7d4c074e0e963f3340ef634eab Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sun, 9 Oct 2005 19:33:26 +0000 Subject: [PATCH] * Makefile.in (updates): Added mh-loaddefs dependency. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5