(bootstrap-temacs): Remove dependency on
authorAndrew Innes <andrewi@gnu.org>
Fri, 14 Dec 2001 16:12:48 +0000 (16:12 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 14 Dec 2001 16:12:48 +0000 (16:12 +0000)
bootstrap-clean.

src/makefile.w32-in

index e8583da..a18f0a5 100644 (file)
@@ -168,7 +168,7 @@ bootstrap: bootstrap-emacs
 # 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)
 
 #