($(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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue