Mercurial > emacs
changeset 21080:c3f53005d2d9
(${TIT}): To byte-compile quail packages, use just built quail.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 06 Mar 1998 20:59:54 +0000 |
parents | 65ac561ad75c |
children | f7d33c30712e |
files | leim/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Fri Mar 06 19:14:13 1998 +0000 +++ b/leim/Makefile.in Fri Mar 06 20:59:54 1998 +0000 @@ -138,7 +138,8 @@ [ -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 \