diff src/makefile.w32-in @ 42024:9c145edcf87f

(bootstrap-temacs): Remove dependency on bootstrap-clean.
author Andrew Innes <andrewi@gnu.org>
date Fri, 14 Dec 2001 16:12:48 +0000
parents 8045cccd8f3c
children 0722c5b5bce7
line wrap: on
line diff
--- a/src/makefile.w32-in	Fri Dec 14 15:50:09 2001 +0000
+++ b/src/makefile.w32-in	Fri Dec 14 16:12:48 2001 +0000
@@ -168,7 +168,7 @@
 # Build a temacs with a sufficiently large PURESIZE to load the
 # Lisp files from loadup.el in source form.
 #
-bootstrap-temacs: bootstrap-clean
+bootstrap-temacs:
 	$(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
 
 #