mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
($(EMACS)): Use $(THISDIR) instead of . in
invocation of temacs, to work with Windows 2000. (bootstrap-emacs): Ditto.
This commit is contained in:
parent
7a0952506f
commit
0533c860f2
@ -149,7 +149,7 @@ all: $(ALL)
|
||||
#
|
||||
emacs: $(BLD) $(EMACS)
|
||||
$(EMACS): $(DOC) $(TEMACS)
|
||||
"./$(BLD)/temacs.exe" -batch -l loadup dump
|
||||
"$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
|
||||
|
||||
#
|
||||
# The undumped executable
|
||||
@ -176,7 +176,7 @@ bootstrap-temacs: bootstrap-clean
|
||||
# files from loadup.el in source form.
|
||||
#
|
||||
bootstrap-emacs: bootstrap-temacs
|
||||
"./$(BLD)/temacs.exe" -batch -l loadup bootstrap
|
||||
"$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
|
||||
- mkdir "../bin"
|
||||
$(CP) $(EMACS) ../bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user