diff options
| author | Andrew Innes | 2000-12-06 14:53:33 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-12-06 14:53:33 +0000 |
| commit | 5569da45020f9af930877aa2121d63db73b978c4 (patch) | |
| tree | ced58263393fc2bca7aea0caec11920fd0c9ffd9 | |
| parent | eb1b0c74887fa18d2551c9df7e9ae0ae0af9c40d (diff) | |
| download | emacs-5569da45020f9af930877aa2121d63db73b978c4.tar.gz emacs-5569da45020f9af930877aa2121d63db73b978c4.zip | |
(buildlisppath): Set to an absolute directory,
relative to $(CURDIR).
(INSTALLDIR): Use forward slash.
| -rw-r--r-- | leim/makefile.w32-in | 4 |
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 @@ | |||
| 22 | srcdir=. | 22 | srcdir=. |
| 23 | 23 | ||
| 24 | # Where to install LEIM files. | 24 | # Where to install LEIM files. |
| 25 | INSTALLDIR=$(INSTALL_DIR)\leim | 25 | INSTALLDIR=$(INSTALL_DIR)/leim |
| 26 | 26 | ||
| 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 = . |
| @@ -31,7 +31,7 @@ dot = . | |||
| 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 = $(dot)$(dot)/src/$(BLD)/emacs.exe |
| 33 | 33 | ||
| 34 | buildlisppath=$(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 |