changeset 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 b8cca72f7c5f
children 78ebd7f24e8b
files src/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)
 
 #