summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-09-04 01:18:55 +0000
committerKenichi Handa <handa@m17n.org>1997-09-04 01:18:55 +0000
commit5174b04b392208e3e0f4caad6582a49f1a2cc43d (patch)
tree459404e3f48e4b84bca90ac653bba3d80e443819 /leim
parent82f79b875d838e1b3cbaf5ef92b5126ee380a8ad (diff)
downloademacs-5174b04b392208e3e0f4caad6582a49f1a2cc43d.tar.gz
Do not copy leim-list.el twice.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index f23453c8bdf..eaef776334d 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -154,7 +154,6 @@ install: all
rm -rf ${INSTALLDIR}/leim-list.el; \
rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \
echo "Copying leim files to ${INSTALLDIR} ..." ; \
- cp leim-list.el ${INSTALLDIR} ; \
if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \
tar -cf - leim-list.el quail skk \
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\