Mercurial > emacs
changeset 34272:938a891f81c3
(buildlisppath): Set to an absolute directory,
relative to $(CURDIR).
(INSTALLDIR): Use forward slash.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 06 Dec 2000 14:53:33 +0000 |
parents | 52c06c998aac |
children | f719938c6d2e |
files | leim/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.w32-in Wed Dec 06 14:22:46 2000 +0000 +++ b/leim/makefile.w32-in Wed Dec 06 14:53:33 2000 +0000 @@ -22,7 +22,7 @@ srcdir=. # Where to install LEIM files. -INSTALLDIR=$(INSTALL_DIR)\leim +INSTALLDIR=$(INSTALL_DIR)/leim # On Xenix and the IBM RS6000, double-dot gets screwed up. dot = . @@ -31,7 +31,7 @@ # byte-compile Emacs Lisp files, and generate the file leim-list.el. BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe -buildlisppath=$(dot)$(dot)/lisp +buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp # How to run Emacs. RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte