(BUILT_EMACS): Use $(THISDIR) to make emacs.exe

path absolute.
This commit is contained in:
Andrew Innes 2001-02-05 16:58:57 +00:00
parent 0533c860f2
commit 04f49f8724

View file

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