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:
parent
8c86938ff0
commit
bcc1caeb62
@ -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}.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user