From e6c0f5191020c3e700ae9495bbc9aee98e840feb Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 2 Feb 1999 02:59:29 +0000 Subject: [PATCH] Use full path to temacs.exe when dumping. --- src/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..\.. -- 2.39.2