mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
Use full path to temacs.exe when dumping.
This commit is contained in:
parent
9d0b248831
commit
e6c0f51910
@ -196,7 +196,7 @@ $(DOC):; cd ..\lib-src
|
|||||||
emacs: $(EMACS)
|
emacs: $(EMACS)
|
||||||
$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
|
$(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
|
||||||
cd $(BLD)
|
cd $(BLD)
|
||||||
temacs.exe -batch -l loadup dump
|
$(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
|
||||||
copy temacs.map emacs.map
|
copy temacs.map emacs.map
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user