mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
(bootstrap-prepare): Also chmod cal-loaddefs.el.
This commit is contained in:
parent
21db982bb1
commit
c9218852cf
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue