Mercurial > emacs
changeset 73218:a2017a746d4c
(install): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 02 Oct 2006 12:39:18 +0000 |
parents | e105ab7e6b1c |
children | f15f13cc2e08 |
files | leim/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Mon Oct 02 08:51:40 2006 +0000 +++ b/leim/Makefile.in Mon Oct 02 12:39:18 2006 +0000 @@ -221,7 +221,7 @@ rm -rf ${INSTALLDIR}/leim-list.el; \ rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \ else \ - ${srcdir}/mkinstalldirs ${INSTALLDIR}; \ + ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \ fi; \ echo "Copying leim files to ${INSTALLDIR} ..." ; \ if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \