diff options
author | Andreas Schwab <schwab@suse.de> | 2007-06-28 09:13:37 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2007-06-28 09:13:37 +0000 |
commit | 2a58c9dd3bab8323fa9bc0f7ab6ff372bac81c3c (patch) | |
tree | ca3c67ad7af135875d647a379c1ffe986c0b1b51 /lisp/Makefile.in | |
parent | 339ed3defdabe534dfc9b67bd641bb8f54873cdd (diff) | |
download | emacs-2a58c9dd3bab8323fa9bc0f7ab6ff372bac81c3c.tar.gz |
($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8adaa27e619..dff3009b215 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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." >> $@ |