(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
path absolute.
This commit is contained in:
parent
0533c860f2
commit
04f49f8724
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ dot = .
|
|||
|
||||
# Which Emacs to use to convert TIT files to Emacs Lisp files,
|
||||
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
|
||||
BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe
|
||||
BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe
|
||||
|
||||
buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue