]> git.eshelyaron.com Git - emacs.git/commitdiff
(buildlisppath): Set to an absolute directory,
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:53:33 +0000 (14:53 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:53:33 +0000 (14:53 +0000)
relative to $(CURDIR).
(INSTALLDIR): Use forward slash.

leim/makefile.w32-in

index 3b621924364c7180557ca763b6cf9df1d1523edb..b1787e7b635499d1a05079ac7d45dbcf9ab414d8 100644 (file)
@@ -22,7 +22,7 @@
 srcdir=.\r
 \r
 # Where to install LEIM files.\r
-INSTALLDIR=$(INSTALL_DIR)\leim\r
+INSTALLDIR=$(INSTALL_DIR)/leim\r
 \r
 # On Xenix and the IBM RS6000, double-dot gets screwed up.\r
 dot = .\r
@@ -31,7 +31,7 @@ dot = .
 # byte-compile Emacs Lisp files, and generate the file leim-list.el.\r
 BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe\r
 \r
-buildlisppath=$(dot)$(dot)/lisp\r
+buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp\r
 \r
 # How to run Emacs.\r
 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte\r