aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index b671663f24a..3630de00087 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -150,9 +150,8 @@ ${TIT}:
150 if [ -d quail ]; then true; else make quail; fi 150 if [ -d quail ]; then true; else make quail; fi
151 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ 151 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
152 --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC 152 --eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC
153 EL=`echo ${TIT} | sed 's/\.elc/\.el/g'`; \
154 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ 153 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
155 -f batch-byte-compile $$EL 154 -f batch-byte-compile ${TIT:.elc=.el}
156 155
157leim-list.el: ${SUBDIRS} ${WORLD} 156leim-list.el: ${SUBDIRS} ${WORLD}
158 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ 157 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
@@ -182,8 +181,7 @@ install: all
182 -chmod -R a+r ${INSTALLDIR} 181 -chmod -R a+r ${INSTALLDIR}
183 182
184clean mostlyclean: 183clean mostlyclean:
185 EL=`echo ${TIT} | sed 's/\.elc/.el/g'`; \ 184 rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} leim-list.el
186 rm -f ${TIT} ${NON-TIT} ${WORLD} $$EL leim-list.el
187 185
188distclean maintainer-clean: 186distclean maintainer-clean:
189 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi 187 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi