Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.42 emacs/lisp/makefile.w32-in:1.43
*** emacs/lisp/makefile.w32-in:1.42     Sun Jun 12 11:27:31 2005
--- emacs/lisp/makefile.w32-in  Sat Jul  2 09:17:07 2005
***************
*** 312,319 ****
--- 312,322 ----
        -for dir in . $(WINS); do rm -f $$dir/*.elc; done
  
  # Generate/update files for the bootstrap process.
+ # When done, remove bootstrap-emacs from ../bin, so that
+ # it will not be mistaken for an installed binary.
  
  bootstrap: update-subdirs autoloads compile finder-data custom-deps
+       - $(DEL) $(EMACS)
  
  #
  # Assuming INSTALL_DIR is defined, copy the elisp files to it


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to