comparison lisp/Makefile.in @ 94007:e8c11e85820c

(bootstrap-prepare): Make tpu-edt.el writable as well.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Apr 2008 16:46:45 +0000
parents 96f9ff09bbb0
children 28026d400f8c
comparison
equal deleted inserted replaced
94006:a4655455212b 94007:e8c11e85820c
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 fi 314 fi
315 chmod +w $(lisp)/ps-print.el \ 315 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
316 $(lisp)/emacs-lisp/cl-loaddefs.el 316 $(lisp)/emacs-lisp/cl-loaddefs.el
317 317
318 maintainer-clean: distclean bootstrap-clean 318 maintainer-clean: distclean bootstrap-clean
319 cd $(lisp); rm -f $(AUTOGENEL) 319 cd $(lisp); rm -f $(AUTOGENEL)
320 320