1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Use full path to temacs.exe when dumping.

This commit is contained in:
Geoff Voelker 1999-02-02 02:59:29 +00:00
parent 9d0b248831
commit e6c0f51910

View File

@ -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 ..\..