Mercurial > emacs
changeset 35902:3d50412b090b
(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
path absolute.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 05 Feb 2001 16:58:57 +0000 |
parents | 5bb8875b8b7d |
children | f747da74a71d |
files | leim/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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