aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-10 02:47:21 +0000
committerGlenn Morris2008-03-10 02:47:21 +0000
commitc9218852cf0499e0c62d3300a1d8da4016547643 (patch)
treeeaf1181154d224f085088fba0f130f84a2122824
parent21db982bb14c29860cff272e5699338bfbcfc391 (diff)
downloademacs-c9218852cf0499e0c62d3300a1d8da4016547643.tar.gz
emacs-c9218852cf0499e0c62d3300a1d8da4016547643.zip
(bootstrap-prepare): Also chmod cal-loaddefs.el.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4239756aacc..80a70f1a825 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -22,6 +22,8 @@
22 (diary-attrtype-convert, diary-pull-attrs): Simplify. 22 (diary-attrtype-convert, diary-pull-attrs): Simplify.
23 (diary-list-entries): Revert let to let* (previous change). 23 (diary-list-entries): Revert let to let* (previous change).
24 24
25 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
26
252008-03-10 Kim F. Storm <storm@cua.dk> 272008-03-10 Kim F. Storm <storm@cua.dk>
26 28
27 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete 29 * 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:
297 fi 297 fi
298 chmod +w $(lisp)/loaddefs.el \ 298 chmod +w $(lisp)/loaddefs.el \
299 $(lisp)/ps-print.el \ 299 $(lisp)/ps-print.el \
300 $(lisp)/emacs-lisp/cl-loaddefs.el 300 $(lisp)/emacs-lisp/cl-loaddefs.el \
301 $(lisp)/calendar/cal-loaddefs.el
301 302
302maintainer-clean: distclean bootstrap-clean 303maintainer-clean: distclean bootstrap-clean
303 cd $(lisp); rm -f $(AUTOGENEL) 304 cd $(lisp); rm -f $(AUTOGENEL)