From: Andrew Innes Date: Mon, 5 Feb 2001 16:58:57 +0000 (+0000) Subject: (BUILT_EMACS): Use $(THISDIR) to make emacs.exe X-Git-Tag: emacs-pretest-21.0.98~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04f49f8724cfe0420381233868e1d1cade5fe301;p=emacs.git (BUILT_EMACS): Use $(THISDIR) to make emacs.exe path absolute. --- diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index fb52abd3673..c549b0e74b9 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -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