]> code.delx.au - gnu-emacs/commitdiff
(install): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 2 Oct 2006 12:39:28 +0000 (12:39 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 2 Oct 2006 12:39:28 +0000 (12:39 +0000)
leim/ChangeLog
leim/Makefile.in

index abdbbecafabb1ed83f32582a73b685e2ecfac6cb..cae118736e92a30a2858a96caf825c53155df211 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-02  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.in (install): Fix previous change.
+
 2006-09-28  Kenichi Handa  <handa@m17n.org>
 
        * Makefile.in (install): Be sure to make ${INSTALLDIR}.
index b7962887c4067c93e86242153831e88a979f3d09..0206ebeb62c9d4a4091324613e725b4de83c6ad5 100644 (file)
@@ -221,7 +221,7 @@ install: all
            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 \