From 6badfa25d2ba5e3fcf5e2498d2535096c76b4dc1 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 19 Sep 2000 13:12:49 +0000 Subject: [PATCH] (bootstrap-emacs): Don't change directory. --- src/ChangeLog | 4 ++++ src/makefile.nt | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ab1c96c844c..9f447293c68 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-09-19 Andrew Innes + + * makefile.nt (bootstrap-emacs): Don't change directory. + 2000-09-19 Kenichi Handa * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. 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 # files from loadup.el in source form. # bootstrap-emacs: bootstrap-temacs - cd $(BLD) $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap - cd ..\.. - mkdir ..\bin $(CP) $(EMACS) ..\bin -- 2.39.2