From: Andrew Innes Date: Fri, 14 Dec 2001 16:12:48 +0000 (+0000) Subject: (bootstrap-temacs): Remove dependency on X-Git-Tag: ttn-vms-21-2-B4~17730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a31b11a5e7b2c15927456aecbe1277b71e67665;p=emacs.git (bootstrap-temacs): Remove dependency on bootstrap-clean. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e8583da42ba..a18f0a50315 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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) #