# HG changeset patch # User Bill Wohler # Date 1136500843 0 # Node ID f6843c5eadd5f84780613c97e3881052ce73e295 # Parent 2396bdbbc2bbb819e3b9b9416391e3a79abdb246 (compile-always): Add mh-autoloads dependency. (bootstrap): Remove mh-autoloads dependency, as compile dependency provides it. diff -r 2396bdbbc2bb -r f6843c5eadd5 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 05 22:28:16 2006 +0000 +++ b/lisp/ChangeLog Thu Jan 05 22:40:43 2006 +0000 @@ -1,3 +1,9 @@ +2006-01-05 Bill Wohler + + * Makefile.in (compile-always): Add mh-autoloads dependency. + (bootstrap): Remove mh-autoloads dependency, as compile dependency + provides it. + 2006-01-05 Stefan Monnier * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an diff -r 2396bdbbc2bb -r f6843c5eadd5 lisp/Makefile.in --- a/lisp/Makefile.in Thu Jan 05 22:28:16 2006 +0000 +++ b/lisp/Makefile.in Thu Jan 05 22:40:43 2006 +0000 @@ -1,5 +1,5 @@ # Maintenance productions for the Lisp directory -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -169,7 +169,7 @@ # unconditionally. Some files don't actually get compiled because they # set the local variable no-byte-compile. -compile-always: $(lisp)/subdirs.el doit +compile-always: $(lisp)/subdirs.el mh-autoloads doit # `|| true' prevents old Bash versions from getting confused # by an error. find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \ @@ -283,7 +283,7 @@ # Generate/update files for the bootstrap process. -bootstrap: update-subdirs autoloads mh-autoloads compile +bootstrap: update-subdirs autoloads compile # Generate/update files after the bootstrap process. # custom-deps needs `preloaded-file-list'.