Show
Ignore:
Timestamp:
12/29/03 22:20:58 (5 years ago)
Author:
miyoshi
Message:

Sync up with Emacs-21.3.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/emacs-merge/Makefile.in

    r3207 r3212  
    409409           (cd ./etc; tar -chf - DOC*) \ 
    410410             |(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); \ 
    412413        else true; fi 
    413414        -unset CDPATH; \ 
     
    666667### used to compile Lisp files.  The last step is a "normal" make. 
    667668 
    668 .PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean 
     669.PHONY: bootstrap bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean 
    669670.PHONY: maybe_bootstrap 
    670671 
     
    680681 
    681682bootstrap-lisp: 
    682         -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) 
     683        (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) 
    683684 
    684685bootstrap-src: