From: Geoff Voelker Date: Tue, 2 Feb 1999 02:59:29 +0000 (+0000) Subject: Use full path to temacs.exe when dumping. X-Git-Tag: emacs-20.4~702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6c0f5191020c3e700ae9495bbc9aee98e840feb;p=emacs.git Use full path to temacs.exe when dumping. --- 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 ..\..