diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-02-05 16:58:57 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-02-05 16:58:57 +0000 |
commit | 04f49f8724cfe0420381233868e1d1cade5fe301 (patch) | |
tree | 37282537e01e79adaef1c732d6cc2efbcb58bffa /leim | |
parent | 0533c860f2ae0b8d203ef82c3d404356fe2fb9f0 (diff) | |
download | emacs-04f49f8724cfe0420381233868e1d1cade5fe301.tar.gz |
(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
path absolute.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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
|