diff options
| author | Andrew Innes | 2001-12-14 16:12:48 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-12-14 16:12:48 +0000 |
| commit | 4a31b11a5e7b2c15927456aecbe1277b71e67665 (patch) | |
| tree | 2d4180a582c7c6cd72fd9ebd5a41c0f19e37e620 /src | |
| parent | 14f68920bbd5725c77b9ebbd4d8f2e0c99889b42 (diff) | |
| download | emacs-4a31b11a5e7b2c15927456aecbe1277b71e67665.tar.gz emacs-4a31b11a5e7b2c15927456aecbe1277b71e67665.zip | |
(bootstrap-temacs): Remove dependency on
bootstrap-clean.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 2 |
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 | # |
| 171 | bootstrap-temacs: bootstrap-clean | 171 | bootstrap-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 | # |