From: Andrew Innes Date: Wed, 6 Dec 2000 14:53:33 +0000 (+0000) Subject: (buildlisppath): Set to an absolute directory, X-Git-Tag: emacs-pretest-21.0.93~163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5569da45020f9af930877aa2121d63db73b978c4;p=emacs.git (buildlisppath): Set to an absolute directory, relative to $(CURDIR). (INSTALLDIR): Use forward slash. --- diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 3b621924364..b1787e7b635 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -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 @@ dot = . # 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