diff options
| author | Andrew Innes | 2000-09-19 13:12:49 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-09-19 13:12:49 +0000 |
| commit | 6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1 (patch) | |
| tree | 2d025328bc0a86f63078aa09184929cd16b6cd93 /src/makefile.nt | |
| parent | b9b1c3a976ef5417c66e7f96ea7fa553f75725d2 (diff) | |
| download | emacs-6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1.tar.gz emacs-6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1.zip | |
(bootstrap-emacs): Don't change directory.
Diffstat (limited to 'src/makefile.nt')
| -rw-r--r-- | src/makefile.nt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 0280afaefc0..b9d3e165c27 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -238,9 +238,7 @@ bootstrap-temacs: bootstrap-clean | |||
| 238 | # files from loadup.el in source form. | 238 | # files from loadup.el in source form. |
| 239 | # | 239 | # |
| 240 | bootstrap-emacs: bootstrap-temacs | 240 | bootstrap-emacs: bootstrap-temacs |
| 241 | cd $(BLD) | ||
| 242 | $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap | 241 | $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap |
| 243 | cd ..\.. | ||
| 244 | - mkdir ..\bin | 242 | - mkdir ..\bin |
| 245 | $(CP) $(EMACS) ..\bin | 243 | $(CP) $(EMACS) ..\bin |
| 246 | 244 | ||