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
commitdc08b15f9d1f407b50fc799249cacb43e0428fe9 (patch)
tree2c6fc7d46d7d47b2f7f577bbf5ee71771cb7a52e /leim
parentb0a22482edf6e4d5d52c603b64e679878da7a18a (diff)
downloademacs-dc08b15f9d1f407b50fc799249cacb43e0428fe9.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) ;\