mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.
This commit is contained in:
parent
a9bdfaa4e4
commit
f2fd2cf5c0
2 changed files with 6 additions and 1 deletions
|
|
@ -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" > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue