1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(install): Fix previous change.

This commit is contained in:
Kenichi Handa 2006-10-02 12:39:28 +00:00
parent 8c86938ff0
commit bcc1caeb62
2 changed files with 5 additions and 1 deletions

View 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}.

View 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 \