]> git.eshelyaron.com Git - emacs.git/commitdiff
($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 Apr 2008 22:12:12 +0000 (22:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 Apr 2008 22:12:12 +0000 (22:12 +0000)
rather than subdirs.el.  It introduces an ugly circular dependency, tho.

lisp/ChangeLog
lisp/Makefile.in

index 0448099f63cdf86985a6dfaf909e10226e702373..6e7714232da87b62ec40ef48d74eb6ea5157f374 100644 (file)
@@ -1,5 +1,8 @@
 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
+       rather than subdirs.el.  It introduces an ugly circular dependency, tho.
+
        * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.
        (calc-mode-map, calc-digit-map, calc-dispatch-map):
        Move initialization into declaration.
index c81b85dfd97e1fd64e22753856385a5a2aad7a58..069c5d2154c890316352b9d7eb2aa16e74009d8d 100644 (file)
@@ -230,7 +230,7 @@ $(lisp)/progmodes/cc-mode.elc: \
 # Update MH-E internal autoloads. These are not to be confused with
 # the autoloads for the MH-E entry points, which are already in loaddefs.el.
 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
-$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el
+$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/mh-e/*.el
        $(emacs) -l autoload \
           --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \
           --eval "(setq generated-autoload-file \"$@\")" \