From dc08b15f9d1f407b50fc799249cacb43e0428fe9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 4 Sep 1997 01:18:55 +0000 Subject: [PATCH] Do not copy leim-list.el twice. --- leim/Makefile.in | 1 - 1 file changed, 1 deletion(-) 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) ;\ -- 2.39.2