Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5569da45
Commit
5569da45
authored
Dec 06, 2000
by
Andrew Innes
Browse files
(buildlisppath): Set to an absolute directory,
relative to $(CURDIR). (INSTALLDIR): Use forward slash.
parent
eb1b0c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
leim/makefile.w32-in
leim/makefile.w32-in
+2
-2
No files found.
leim/makefile.w32-in
View file @
5569da45
...
...
@@ -22,7 +22,7 @@
srcdir
=
.
# Where to install LEIM files.
INSTALLDIR
=
$(INSTALL_DIR)
\
l
eim
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment