]> git.eshelyaron.com Git - emacs.git/commitdiff
($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Apr 2007 09:34:36 +0000 (09:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Apr 2007 09:34:36 +0000 (09:34 +0000)
lisp/ChangeLog
lisp/makefile.w32-in

index f964b355e101c4aa09317ac7990c2b6e36eb1005..b025dc9179a6d4e68a19c6385fc266f3bd40be11 100644 (file)
@@ -1,5 +1,8 @@
 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
 
+       * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
+       instead of $(lisp)/mh-e.
+
        * textmodes/fill.el (fill-paragraph): Doc fix.
 
 2007-04-28  Glenn Morris  <rgm@gnu.org>
index e3ea090d652933c7151c3bd5f508b7e2927f218c..29b3a185fb5deb5a40a8606f5b139ac15482c805 100644 (file)
@@ -308,6 +308,8 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el        \
        $(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el    \
        $(lisp)/mh-e/mh-xface.el
 
+# See the commentary for autoloads above for why we use ./mh-e below
+# instead of $(lisp)/mh-e.
 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
 $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
        $(MAKE) $(MFLAGS) pre-mh-loaddefs.el-$(SHELLTYPE)
@@ -319,7 +321,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
           --eval "(setq find-file-suppress-same-file-warnings t)" \
           --eval "(setq make-backup-files nil)" \
           -f w32-batch-update-autoloads \
-          "$(lisp)/mh-e/mh-loaddefs.el" $(lisp)/mh-e
+          "$(lisp)/mh-e/mh-loaddefs.el" ./mh-e
 
 pre-mh-loaddefs.el-SH:
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@