($(TIT)): Map .elc to .el.
authorAndrew Innes <andrewi@gnu.org>
Sat, 6 Jan 2001 21:37:21 +0000 (21:37 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 6 Jan 2001 21:37:21 +0000 (21:37 +0000)
(buildlisppath): Make path relative to $(MAKEDIR).

leim/makefile.nt

index 39195ff..546e00b 100644 (file)
@@ -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