]> git.eshelyaron.com Git - emacs.git/commitdiff
($(lisp)/mh-e/mh-loaddefs.el): Depend on
authorAndreas Schwab <schwab@suse.de>
Thu, 28 Jun 2007 09:13:37 +0000 (09:13 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 28 Jun 2007 09:13:37 +0000 (09:13 +0000)
$(lisp)/subdirs.el.

lisp/ChangeLog
lisp/Makefile.in

index b5526cecd42bbe3ec9a72b0548ec06c59cd9b776..2a273b461665ce41642986d48d5f08e804e2e348 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-28  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
+       $(lisp)/subdirs.el.
+
 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
index 8adaa27e619d196415681ef88bd3712d5ca105f4..dff3009b21559e06d0ea3d8e4b2a1e985125c223 100644 (file)
@@ -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." >> $@