From 04f49f8724cfe0420381233868e1d1cade5fe301 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 5 Feb 2001 16:58:57 +0000 Subject: [PATCH] (BUILT_EMACS): Use $(THISDIR) to make emacs.exe path absolute. --- leim/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2