Mercurial > emacs
comparison lisp/Makefile.in @ 92711:ecb1c0e60608
(bootstrap-prepare): Don't chmod cal-loaddefs.el.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Mar 2008 21:15:28 +0000 |
parents | dc7dc4ce0c14 |
children | 4f4df8fa443f |
comparison
equal
deleted
inserted
replaced
92710:123ee50ab055 | 92711:ecb1c0e60608 |
---|---|
295 else \ | 295 else \ |
296 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ | 296 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \ |
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 | |
302 | 301 |
303 maintainer-clean: distclean bootstrap-clean | 302 maintainer-clean: distclean bootstrap-clean |
304 cd $(lisp); rm -f $(AUTOGENEL) | 303 cd $(lisp); rm -f $(AUTOGENEL) |
305 | 304 |
306 ## NB note that this rules assume only one level of subdirs below lisp/. | 305 ## NB note that this rules assume only one level of subdirs below lisp/. |