aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
authorStefan Monnier2011-03-31 00:24:03 -0400
committerStefan Monnier2011-03-31 00:24:03 -0400
commit40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (patch)
treeb56f27a7e6d75a8c1fd27b00179a27b5efea0a32 /leim
parentf488fb6528738131ef41859e1f04125f2e50efce (diff)
parent44f230aa043ebb222aa0876b44d70484d5dd38db (diff)
downloademacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.tar.gz
emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.zip
Merge from trunk
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 7334fa991c9..08da90c2aa8 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12011-03-23 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
4
12011-02-28 Juanma Barranquero <lekktu@gmail.com> 52011-02-28 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring. 7 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 8c2baadf15f..531f0481f7a 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
220 220
221install: all 221install: all
222 if [ ! -d ${INSTALLDIR} ] ; then \ 222 if [ ! -d ${INSTALLDIR} ] ; then \
223 umask 022; ${srcdir}/../mkinstalldirs ${INSTALLDIR}; \ 223 umask 022; ${srcdir}/../install-sh -d ${INSTALLDIR}; \
224 else true; fi 224 else true; fi
225 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ 225 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
226 rm -f ${INSTALLDIR}/leim-list.el; \ 226 rm -f ${INSTALLDIR}/leim-list.el; \