aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2001-12-14 16:12:48 +0000
committerAndrew Innes2001-12-14 16:12:48 +0000
commit4a31b11a5e7b2c15927456aecbe1277b71e67665 (patch)
tree2d4180a582c7c6cd72fd9ebd5a41c0f19e37e620 /src
parent14f68920bbd5725c77b9ebbd4d8f2e0c99889b42 (diff)
downloademacs-4a31b11a5e7b2c15927456aecbe1277b71e67665.tar.gz
emacs-4a31b11a5e7b2c15927456aecbe1277b71e67665.zip
(bootstrap-temacs): Remove dependency on
bootstrap-clean.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
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
168# Build a temacs with a sufficiently large PURESIZE to load the 168# Build a temacs with a sufficiently large PURESIZE to load the
169# Lisp files from loadup.el in source form. 169# Lisp files from loadup.el in source form.
170# 170#
171bootstrap-temacs: bootstrap-clean 171bootstrap-temacs:
172 $(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE) 172 $(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
173 173
174# 174#