]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-emacs): Don't change directory.
authorAndrew Innes <andrewi@gnu.org>
Tue, 19 Sep 2000 13:12:49 +0000 (13:12 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 19 Sep 2000 13:12:49 +0000 (13:12 +0000)
src/ChangeLog
src/makefile.nt

index ab1c96c844c8bf45c50ea94db9260753e80c0431..9f447293c686e95b6d1b74351644b0e6a1bfcbbe 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-19  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (bootstrap-emacs): Don't change directory.
+
 2000-09-19  Kenichi Handa  <handa@etl.go.jp>
 
        * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
index 0280afaefc03daf97efd063c3b78a96b0871b094..b9d3e165c2796f687dc1631cf71d365cc5c49841 100644 (file)
@@ -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