# HG changeset patch # User Andrew Innes # Date 981392337 0 # Node ID 3d50412b090bb02f8dc6b92bc3c8c7084343d8a9 # Parent 5bb8875b8b7df1b2b0e7e42430bd36a4f9c65c99 (BUILT_EMACS): Use $(THISDIR) to make emacs.exe path absolute. diff -r 5bb8875b8b7d -r 3d50412b090b leim/makefile.w32-in --- a/leim/makefile.w32-in Mon Feb 05 16:57:21 2001 +0000 +++ b/leim/makefile.w32-in Mon Feb 05 16:58:57 2001 +0000 @@ -29,7 +29,7 @@ # 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