]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-prepare): Also chmod cal-loaddefs.el.
authorGlenn Morris <rgm@gnu.org>
Mon, 10 Mar 2008 02:47:21 +0000 (02:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 10 Mar 2008 02:47:21 +0000 (02:47 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 4239756aaccf19478bdbc36395d391362b026a30..80a70f1a82582a60600605b1d3031ecc6a17c9ae 100644 (file)
@@ -22,6 +22,8 @@
        (diary-attrtype-convert, diary-pull-attrs): Simplify.
        (diary-list-entries): Revert let to let* (previous change).
 
+       * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
+
 2008-03-10  Kim F. Storm  <storm@cua.dk>
 
        * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
index df09a51c7cc1944d50bf8965d27d69495f214891..e1e457a3f657598a4197dca4045bcc072d83c146 100644 (file)
@@ -297,7 +297,8 @@ bootstrap-prepare:
        fi
        chmod +w $(lisp)/loaddefs.el            \
          $(lisp)/ps-print.el                   \
-         $(lisp)/emacs-lisp/cl-loaddefs.el
+         $(lisp)/emacs-lisp/cl-loaddefs.el     \
+         $(lisp)/calendar/cal-loaddefs.el
 
 maintainer-clean: distclean bootstrap-clean
        cd $(lisp); rm -f $(AUTOGENEL)