comparison lisp/Makefile.in @ 94001:96f9ff09bbb0

* Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs. * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Apr 2008 13:27:14 +0000
parents 9699b2470e1b
children e8c11e85820c
comparison
equal deleted inserted replaced
94000:ee22366f2a68 94001:96f9ff09bbb0
309 # are identified by being the value of `generated-autoload-file'. 309 # are identified by being the value of `generated-autoload-file'.
310 310
311 bootstrap-prepare: 311 bootstrap-prepare:
312 if test -x $(EMACS); then \ 312 if test -x $(EMACS); then \
313 $(MAKE) $(MFLAGS) autoloads; \ 313 $(MAKE) $(MFLAGS) autoloads; \
314 else \
315 cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \
316 fi 314 fi
317 chmod +w $(lisp)/loaddefs.el \ 315 chmod +w $(lisp)/ps-print.el \
318 $(lisp)/ps-print.el \
319 $(lisp)/emacs-lisp/cl-loaddefs.el 316 $(lisp)/emacs-lisp/cl-loaddefs.el
320 317
321 maintainer-clean: distclean bootstrap-clean 318 maintainer-clean: distclean bootstrap-clean
322 cd $(lisp); rm -f $(AUTOGENEL) 319 cd $(lisp); rm -f $(AUTOGENEL)
323 320