From 4c6f814e6605a80e33d243488ff6d7d9014047c4 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 6 Jan 2001 21:37:21 +0000 Subject: [PATCH] ($(TIT)): Map .elc to .el. (buildlisppath): Make path relative to $(MAKEDIR). --- leim/makefile.nt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leim/makefile.nt b/leim/makefile.nt index 39195ff1e55..546e00be221 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt @@ -36,7 +36,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=$(MAKEDIR:\=/)/$(dot)$(dot)/lisp # How to run Emacs. RUN_EMACS = $(BUILT_EMACS) -batch --no-init-file --no-site-file --multibyte @@ -144,7 +144,7 @@ $(TIT): $(SUBDIRS) $(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 -- 2.39.2