Mercurial > emacs
changeset 19741:fedbc9dfb645
Do not copy leim-list.el twice.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 04 Sep 1997 01:18:55 +0000 |
parents | c7d76a23d1eb |
children | 89aff48b7ffb |
files | leim/Makefile.in |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Thu Sep 04 01:12:08 1997 +0000 +++ b/leim/Makefile.in Thu Sep 04 01:18:55 1997 +0000 @@ -154,7 +154,6 @@ 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) ;\