Mercurial > emacs
changeset 81654:81aba29c2241
($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 28 Jun 2007 09:11:10 +0000 |
parents | 9c92a585e4a1 |
children | 170a5ecefd82 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Thu Jun 28 09:00:51 2007 +0000 +++ b/lisp/Makefile.in Thu Jun 28 09:11:10 2007 +0000 @@ -239,7 +239,7 @@ $(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." >> $@