]> git.eshelyaron.com Git - emacs.git/commitdiff
(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
authorAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:58:57 +0000 (16:58 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 5 Feb 2001 16:58:57 +0000 (16:58 +0000)
path absolute.

leim/makefile.w32-in

index fb52abd3673410ca48c09d6ceef275537122ac54..c549b0e74b974270ffb3b085f0041c7c488a6787 100644 (file)
@@ -29,7 +29,7 @@ dot = .
 \r
 # Which Emacs to use to convert TIT files to Emacs Lisp files,\r
 # byte-compile Emacs Lisp files, and generate the file leim-list.el.\r
-BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe\r
+BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe\r
 \r
 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp\r
 \r