Mercurial > emacs
changeset 24247:90729d756198
Use full path to temacs.exe when dumping.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 02 Feb 1999 02:59:29 +0000 |
parents | f67cc15ab138 |
children | fd94cf07b4cc |
files | src/makefile.nt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Tue Feb 02 02:57:50 1999 +0000 +++ b/src/makefile.nt Tue Feb 02 02:59:29 1999 +0000 @@ -196,7 +196,7 @@ 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 ..\..