Mercurial > emacs
changeset 35107:bc7d1e3b8eac
($(TIT)): Map .elc to .el.
(buildlisppath): Make path relative to $(MAKEDIR).
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 06 Jan 2001 21:37:21 +0000 |
parents | e96acf4ae36e |
children | 3e97804526ed |
files | leim/makefile.nt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.nt Sat Jan 06 21:36:39 2001 +0000 +++ b/leim/makefile.nt Sat Jan 06 21:37:21 2001 +0000 @@ -36,7 +36,7 @@ # 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=$(MAKEDIR:\=/)/$(dot)$(dot)/lisp # How to run Emacs. RUN_EMACS = $(BUILT_EMACS) -batch --no-init-file --no-site-file --multibyte @@ -144,7 +144,7 @@ $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \ --eval "(batch-titdic-convert t)" -dir quail $(srcdir)/CXTERM-DIC $(RUN_EMACS) -l $(buildlisppath)/international/quail \ - -f batch-byte-compile $(TIT) + -f batch-byte-compile $(TIT:.elc=.el) .SUFFIXES: .elc .el