diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-09-03 17:40:17 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-09-03 17:40:17 +0000 |
commit | 2bfd61a817f57b739884039e0d0f23bfd5afaf7f (patch) | |
tree | 3d96593f684515e85a90da7700a89b52ca853801 /src/makefile.nt | |
parent | a1375c9fa78e83b429206800683af7d1e386b783 (diff) | |
download | emacs-2bfd61a817f57b739884039e0d0f23bfd5afaf7f.tar.gz |
(emacs): Do not change directory to run temacs, as the load-path is
set relative to current 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 34acca622d3..0280afaefc0 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -211,9 +211,7 @@ $(DOC):; cd ..\lib-src # emacs: $(EMACS) $(EMACS): $(DOC) $(TEMACS) - cd $(BLD) $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump - cd ..\.. # # The undumped executable |