diff options
| author | Kenichi Handa | 2006-10-02 12:39:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-10-02 12:39:28 +0000 |
| commit | bcc1caeb621e14c1c389c10e60348eb633836b0f (patch) | |
| tree | 8cac1cc4dd5cfca5bbb55df44d84fda8f83e809c | |
| parent | 8c86938ff0ade7b636510a3727380bccad7451df (diff) | |
| download | emacs-bcc1caeb621e14c1c389c10e60348eb633836b0f.tar.gz emacs-bcc1caeb621e14c1c389c10e60348eb633836b0f.zip | |
(install): Fix previous change.
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | leim/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index abdbbecafab..cae118736e9 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-02 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * Makefile.in (install): Fix previous change. | ||
| 4 | |||
| 1 | 2006-09-28 Kenichi Handa <handa@m17n.org> | 5 | 2006-09-28 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (install): Be sure to make ${INSTALLDIR}. | 7 | * Makefile.in (install): Be sure to make ${INSTALLDIR}. |
diff --git a/leim/Makefile.in b/leim/Makefile.in index b7962887c40..0206ebeb62c 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -221,7 +221,7 @@ install: all | |||
| 221 | rm -rf ${INSTALLDIR}/leim-list.el; \ | 221 | rm -rf ${INSTALLDIR}/leim-list.el; \ |
| 222 | rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \ | 222 | rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \ |
| 223 | else \ | 223 | else \ |
| 224 | ${srcdir}/mkinstalldirs ${INSTALLDIR}; \ | 224 | ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \ |
| 225 | fi; \ | 225 | fi; \ |
| 226 | echo "Copying leim files to ${INSTALLDIR} ..." ; \ | 226 | echo "Copying leim files to ${INSTALLDIR} ..." ; \ |
| 227 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ | 227 | if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ |