aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorGeoff Voelker1999-02-02 02:59:29 +0000
committerGeoff Voelker1999-02-02 02:59:29 +0000
commite6c0f5191020c3e700ae9495bbc9aee98e840feb (patch)
treee70cb56f8238cfbec3e7dbaa4b558ec4cf41c0ba /src/makefile.nt
parent9d0b2488316a716af42ede7e15c66aea13e5229f (diff)
downloademacs-e6c0f5191020c3e700ae9495bbc9aee98e840feb.tar.gz
emacs-e6c0f5191020c3e700ae9495bbc9aee98e840feb.zip
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
196emacs: $(EMACS) 196emacs: $(EMACS)
197$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) 197$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
198 cd $(BLD) 198 cd $(BLD)
199 temacs.exe -batch -l loadup dump 199 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
200 copy temacs.map emacs.map 200 copy temacs.map emacs.map
201 cd ..\.. 201 cd ..\..
202 202