+2005-07-02 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
+ updating all the prerequisites.
+
2005-07-01 Juanma Barranquero <lekktu@gmail.com>
* textmodes/org.el (org-agenda-start-on-weekday)
-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