aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorAndrew Innes2000-09-19 13:12:49 +0000
committerAndrew Innes2000-09-19 13:12:49 +0000
commit6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1 (patch)
tree2d025328bc0a86f63078aa09184929cd16b6cd93 /src/makefile.nt
parentb9b1c3a976ef5417c66e7f96ea7fa553f75725d2 (diff)
downloademacs-6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1.tar.gz
emacs-6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1.zip
(bootstrap-emacs): Don't change directory.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt2
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#
240bootstrap-emacs: bootstrap-temacs 240bootstrap-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