diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 65d763b4470..faa8bcd8d2a 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -196,7 +196,7 @@ $(DOC):; cd ..\lib-src | |||
| 196 | emacs: $(EMACS) | 196 | emacs: $(EMACS) |
| 197 | $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) | 197 | $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) |
| 198 | cd $(BLD) | 198 | cd $(BLD) |
| 199 | temacs.exe -batch -l loadup dump | 199 | $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump |
| 200 | copy temacs.map emacs.map | 200 | copy temacs.map emacs.map |
| 201 | cd ..\.. | 201 | cd ..\.. |
| 202 | 202 | ||