1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(bootstrap-emacs): Don't change directory.

This commit is contained in:
Andrew Innes 2000-09-19 13:12:49 +00:00
parent b9b1c3a976
commit 6badfa25d2
2 changed files with 4 additions and 2 deletions

View 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.

View 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