changeset 78057:491ac37b170b

($(lisp)/mh-e/mh-loaddefs.el): Depend on $(lisp)/subdirs.el.
author Andreas Schwab <schwab@suse.de>
date Thu, 28 Jun 2007 09:13:07 +0000
parents 94554fce80b8
children 431b099d4610
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:12:48 2007 +0000
+++ b/lisp/Makefile.in	Thu Jun 28 09:13:07 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." >> $@