From: Glenn Morris Date: Mon, 10 Mar 2008 02:47:21 +0000 (+0000) Subject: (bootstrap-prepare): Also chmod cal-loaddefs.el. X-Git-Tag: emacs-pretest-23.0.90~7305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9218852cf0499e0c62d3300a1d8da4016547643;p=emacs.git (bootstrap-prepare): Also chmod cal-loaddefs.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4239756aacc..80a70f1a825 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete diff --git a/lisp/Makefile.in b/lisp/Makefile.in index df09a51c7cc..e1e457a3f65 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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)