Changeset 3212 for branches/emacs-merge/Makefile.in
- Timestamp:
- 12/29/03 22:20:58 (5 years ago)
- Files:
-
- branches/emacs-merge/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/emacs-merge/Makefile.in
r3207 r3212 409 409 (cd ./etc; tar -chf - DOC*) \ 410 410 |(cd ${docdir}; umask 0; tar -xvf - && cat > /dev/null) || exit 1; \ 411 (cd $(docdir); chmod a+r DOC*; rm DOC); \ 411 (cd $(docdir); chmod a+r DOC*; \ 412 if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ 412 413 else true; fi 413 414 -unset CDPATH; \ … … 666 667 ### used to compile Lisp files. The last step is a "normal" make. 667 668 668 .PHONY: bootstrap bootstrap-lisp-1 boo strap-src bootstrap-lisp bootstrap-clean669 .PHONY: bootstrap bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean 669 670 .PHONY: maybe_bootstrap 670 671 … … 680 681 681 682 bootstrap-lisp: 682 -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)683 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) 683 684 684 685 bootstrap-src:
