From 77a0dbd2e01c01f17a5c699cbde4c277960648b8 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Thu, 5 Jan 2006 22:40:43 +0000 Subject: [PATCH] (compile-always): Add mh-autoloads dependency. (bootstrap): Remove mh-autoloads dependency, as compile dependency provides it. --- lisp/ChangeLog | 6 ++++++ lisp/Makefile.in | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09109667c5f..a8c70453e6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/Makefile.in b/lisp/Makefile.in index 9a4497679ef..39986d6a60a 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 @@ compile: $(lisp)/subdirs.el mh-autoloads doit # 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 @@ bootstrap-clean: # 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'. -- 2.39.2