From f2fd2cf5c0c2a61a86e7c8fbe7baa985a24cfe0d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Apr 2007 09:34:36 +0000 Subject: [PATCH] ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. --- lisp/ChangeLog | 3 +++ lisp/makefile.w32-in | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f964b355e10..b025dc9179a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-04-28 Eli Zaretskii + * 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 diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index e3ea090d652..29b3a185fb5 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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" > $@ -- 2.39.5