diff options
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 | # |