summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-12-06 14:53:33 +0000
committerAndrew Innes <andrewi@gnu.org>2000-12-06 14:53:33 +0000
commite2fa27a559b27daa8b26283cf6573e8a88d0a25f (patch)
treea1a99e3a8983ed1c1a4b69803bc467a10ab67890 /leim
parent5111422cfd679b24a4162177cabade76faa539d8 (diff)
downloademacs-e2fa27a559b27daa8b26283cf6573e8a88d0a25f.tar.gz
(buildlisppath): Set to an absolute directory,
relative to $(CURDIR). (INSTALLDIR): Use forward slash.
Diffstat (limited to 'leim')
-rw-r--r--leim/makefile.w32-in4
1 files changed, 2 insertions, 2 deletions
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