1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

($(lisp)/mh-e/mh-loaddefs.el): Depend on

$(lisp)/subdirs.el.
This commit is contained in:
Andreas Schwab 2007-06-28 09:11:43 +00:00
parent d9d0113f45
commit dd8d430f9c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-06-28 Andreas Schwab <schwab@suse.de>
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.
2007-06-28 Juanma Barranquero <lekktu@gmail.com>
* speedbar.el (speedbar-handle-delete-frame): Don't try to delete

View file

@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
$(lisp)/mh-e/mh-xface.el
mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC)
echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
echo "" >> $@
echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@