Mercurial > emacs
comparison leim/makefile.w32-in @ 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 | bcb9291d15e9 |
children | 001727d02063 |
comparison
equal
deleted
inserted
replaced
35901:5bb8875b8b7d | 35902:3d50412b090b |
---|---|
27 # On Xenix and the IBM RS6000, double-dot gets screwed up. | 27 # On Xenix and the IBM RS6000, double-dot gets screwed up. |
28 dot = . | 28 dot = . |
29 | 29 |
30 # Which Emacs to use to convert TIT files to Emacs Lisp files, | 30 # Which Emacs to use to convert TIT files to Emacs Lisp files, |
31 # byte-compile Emacs Lisp files, and generate the file leim-list.el. | 31 # byte-compile Emacs Lisp files, and generate the file leim-list.el. |
32 BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe | 32 BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe |
33 | 33 |
34 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp | 34 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp |
35 | 35 |
36 # How to run Emacs. | 36 # How to run Emacs. |
37 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte | 37 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte |