aboutsummaryrefslogtreecommitdiffstats
path: root/leim/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r--leim/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 8c2baadf15..531f0481f7 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -220,7 +220,7 @@ MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
install: all
if [ ! -d ${INSTALLDIR} ] ; then \
- umask 022; ${srcdir}/../mkinstalldirs ${INSTALLDIR}; \
+ umask 022; ${srcdir}/../install-sh -d ${INSTALLDIR}; \
else true; fi
if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
rm -f ${INSTALLDIR}/leim-list.el; \