From: Andreas Schwab Date: Thu, 28 Jun 2007 09:13:37 +0000 (+0000) Subject: ($(lisp)/mh-e/mh-loaddefs.el): Depend on X-Git-Tag: emacs-pretest-22.1.90~1314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a58c9dd3bab8323fa9bc0f7ab6ff372bac81c3c;p=emacs.git ($(lisp)/mh-e/mh-loaddefs.el): Depend on $(lisp)/subdirs.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5526cecd42..2a273b46166 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-06-28 Andreas Schwab + + * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on + $(lisp)/subdirs.el. + 2007-06-28 Juanma Barranquero * speedbar.el (speedbar-handle-delete-frame): Don't try to delete diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8adaa27e619..dff3009b215 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ $(lisp)/mh-e/mh-xface.el mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el -$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) +$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC) echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ echo "" >> $@ echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@