aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-09-03 17:40:17 +0000
committerJason Rumney2000-09-03 17:40:17 +0000
commit2bfd61a817f57b739884039e0d0f23bfd5afaf7f (patch)
tree3d96593f684515e85a90da7700a89b52ca853801 /src
parenta1375c9fa78e83b429206800683af7d1e386b783 (diff)
downloademacs-2bfd61a817f57b739884039e0d0f23bfd5afaf7f.tar.gz
emacs-2bfd61a817f57b739884039e0d0f23bfd5afaf7f.zip
(emacs): Do not change directory to run temacs, as the load-path is
set relative to current directory.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.nt2
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
211# 211#
212emacs: $(EMACS) 212emacs: $(EMACS)
213$(EMACS): $(DOC) $(TEMACS) 213$(EMACS): $(DOC) $(TEMACS)
214 cd $(BLD)
215 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump 214 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
216 cd ..\..
217 215
218# 216#
219# The undumped executable 217# The undumped executable