diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 2b3747ad768..9ab32fe3036 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -149,7 +149,7 @@ all: $(ALL) | |||
| 149 | # | 149 | # |
| 150 | emacs: $(BLD) $(EMACS) | 150 | emacs: $(BLD) $(EMACS) |
| 151 | $(EMACS): $(DOC) $(TEMACS) | 151 | $(EMACS): $(DOC) $(TEMACS) |
| 152 | "./$(BLD)/temacs.exe" -batch -l loadup dump | 152 | "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump |
| 153 | 153 | ||
| 154 | # | 154 | # |
| 155 | # The undumped executable | 155 | # The undumped executable |
| @@ -176,7 +176,7 @@ bootstrap-temacs: bootstrap-clean | |||
| 176 | # files from loadup.el in source form. | 176 | # files from loadup.el in source form. |
| 177 | # | 177 | # |
| 178 | bootstrap-emacs: bootstrap-temacs | 178 | bootstrap-emacs: bootstrap-temacs |
| 179 | "./$(BLD)/temacs.exe" -batch -l loadup bootstrap | 179 | "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap |
| 180 | - mkdir "../bin" | 180 | - mkdir "../bin" |
| 181 | $(CP) $(EMACS) ../bin | 181 | $(CP) $(EMACS) ../bin |
| 182 | 182 | ||