diff lisp/makefile.w32-in @ 63909:8ecb3fd4aded

(bootstrap): Remove the $(EMACS) binary after updating all the prerequisites.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Jul 2005 09:17:07 +0000
parents dccd42ff9e1a
children 6fb026ad601f
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Sat Jul 02 08:16:24 2005 +0000
+++ b/lisp/makefile.w32-in	Sat Jul 02 09:17:07 2005 +0000
@@ -312,8 +312,11 @@
 	-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