summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-06 20:59:54 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-06 20:59:54 +0000
commit2a8b28216801b9cbc472b65c92cfca5af78cd51e (patch)
treed97890b5a47046a9d89ed351e2607521101317fd /leim
parentabc84af1393447e579917de93a31a6ca35e9ac99 (diff)
downloademacs-2a8b28216801b9cbc472b65c92cfca5af78cd51e.tar.gz
(${TIT}): To byte-compile quail packages, use just built quail.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 788fec81679..ebfa59a72b8 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -138,7 +138,8 @@ ${TIT}:
[ -d quail ] || mkdir quail
${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
--eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC
- ${RUN-EMACS} -f batch-byte-compile ${TIT}
+ ${RUN-EMACS} -l ${buildlisppath}/international/quail \
+ -f batch-byte-compile ${TIT}
leim-list.el: ${SUBDIRS} ${TIT}
if [ x`(cd ${srcdir}; /bin/pwd)` = x`(/bin/pwd)` ] ; then \