# HG changeset patch # User Eli Zaretskii # Date 1177752278 0 # Node ID b08b48a824adc796a81ad39c4e8eabc2855713b3 # Parent f6ca990ca9cf41017b6b8056b4614cd63d777ef2 ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. diff -r f6ca990ca9cf -r b08b48a824ad lisp/makefile.w32-in --- a/lisp/makefile.w32-in Sat Apr 28 08:57:20 2007 +0000 +++ b/lisp/makefile.w32-in Sat Apr 28 09:24:38 2007 +0000 @@ -308,6 +308,8 @@ $(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 @@ --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" > $@