diff options
| author | Stefan Monnier | 2011-03-31 00:24:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-31 00:24:03 -0400 |
| commit | 40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (patch) | |
| tree | b56f27a7e6d75a8c1fd27b00179a27b5efea0a32 /leim | |
| parent | f488fb6528738131ef41859e1f04125f2e50efce (diff) | |
| parent | 44f230aa043ebb222aa0876b44d70484d5dd38db (diff) | |
| download | emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.tar.gz emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.zip | |
Merge from trunk
Diffstat (limited to 'leim')
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | leim/Makefile.in | 2 |
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 @@ | |||
| 1 | 2011-03-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs. | ||
| 4 | |||
| 1 | 2011-02-28 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-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 | ||
| 221 | install: all | 221 | install: 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; \ |