summaryrefslogtreecommitdiff
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1999-02-02 02:59:29 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1999-02-02 02:59:29 +0000
commita2f7ecf2dc553bbafaa44a3176de506d6efe4ffc (patch)
treead8675e782b9d72c148910b88afbc23765e91f62 /src/makefile.nt
parent7d12c07168350978c49c7e7fd5b8aa77eb3233cf (diff)
downloademacs-a2f7ecf2dc553bbafaa44a3176de506d6efe4ffc.tar.gz
Use full path to temacs.exe when dumping.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index 65d763b4470..faa8bcd8d2a 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -196,7 +196,7 @@ $(DOC):; cd ..\lib-src
emacs: $(EMACS)
$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
cd $(BLD)
- temacs.exe -batch -l loadup dump
+ $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
copy temacs.map emacs.map
cd ..\..