emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/Makefile.in


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in
Date: Thu, 05 Jan 2006 22:40:44 +0000

Index: emacs/lisp/Makefile.in
diff -u emacs/lisp/Makefile.in:1.72 emacs/lisp/Makefile.in:1.73
--- emacs/lisp/Makefile.in:1.72 Sat Dec 31 11:26:20 2005
+++ emacs/lisp/Makefile.in      Thu Jan  5 22:40:43 2006
@@ -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'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]