# HG changeset patch # User Andrew Innes # Date 1008346368 0 # Node ID 9c145edcf87f1eb62fc665678d916c6d989c7ac4 # Parent b8cca72f7c5fb8140dc0d632aaf2f902b4b0a522 (bootstrap-temacs): Remove dependency on bootstrap-clean. diff -r b8cca72f7c5f -r 9c145edcf87f src/makefile.w32-in --- 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) #