aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-04-28 09:34:36 +0000
committerEli Zaretskii2007-04-28 09:34:36 +0000
commitf2fd2cf5c0c2a61a86e7c8fbe7baa985a24cfe0d (patch)
treedbfae5051871fa4f1bf29f664fbf3a91c0829155
parenta9bdfaa4e48cefa69969e91fda4f79639d0fdb40 (diff)
downloademacs-f2fd2cf5c0c2a61a86e7c8fbe7baa985a24cfe0d.tar.gz
emacs-f2fd2cf5c0c2a61a86e7c8fbe7baa985a24cfe0d.zip
($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/makefile.w32-in4
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f964b355e10..b025dc9179a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12007-04-28 Eli Zaretskii <eliz@gnu.org> 12007-04-28 Eli Zaretskii <eliz@gnu.org>
2 2
3 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4 instead of $(lisp)/mh-e.
5
3 * textmodes/fill.el (fill-paragraph): Doc fix. 6 * textmodes/fill.el (fill-paragraph): Doc fix.
4 7
52007-04-28 Glenn Morris <rgm@gnu.org> 82007-04-28 Glenn Morris <rgm@gnu.org>
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 \
308 $(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el \ 308 $(lisp)/mh-e/mh-tool-bar.el $(lisp)/mh-e/mh-utils.el \
309 $(lisp)/mh-e/mh-xface.el 309 $(lisp)/mh-e/mh-xface.el
310 310
311# See the commentary for autoloads above for why we use ./mh-e below
312# instead of $(lisp)/mh-e.
311mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el 313mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
312$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) 314$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
313 $(MAKE) $(MFLAGS) pre-mh-loaddefs.el-$(SHELLTYPE) 315 $(MAKE) $(MFLAGS) pre-mh-loaddefs.el-$(SHELLTYPE)
@@ -319,7 +321,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
319 --eval "(setq find-file-suppress-same-file-warnings t)" \ 321 --eval "(setq find-file-suppress-same-file-warnings t)" \
320 --eval "(setq make-backup-files nil)" \ 322 --eval "(setq make-backup-files nil)" \
321 -f w32-batch-update-autoloads \ 323 -f w32-batch-update-autoloads \
322 "$(lisp)/mh-e/mh-loaddefs.el" $(lisp)/mh-e 324 "$(lisp)/mh-e/mh-loaddefs.el" ./mh-e
323 325
324pre-mh-loaddefs.el-SH: 326pre-mh-loaddefs.el-SH:
325 echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ 327 echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@