diff options
| author | Kenichi Handa | 1997-09-04 01:18:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-09-04 01:18:55 +0000 |
| commit | dc08b15f9d1f407b50fc799249cacb43e0428fe9 (patch) | |
| tree | 2c6fc7d46d7d47b2f7f577bbf5ee71771cb7a52e | |
| parent | b0a22482edf6e4d5d52c603b64e679878da7a18a (diff) | |
| download | emacs-dc08b15f9d1f407b50fc799249cacb43e0428fe9.tar.gz emacs-dc08b15f9d1f407b50fc799249cacb43e0428fe9.zip | |
Do not copy leim-list.el twice.
| -rw-r--r-- | leim/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index f23453c8bdf..eaef776334d 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -154,7 +154,6 @@ install: all | |||
| 154 | rm -rf ${INSTALLDIR}/leim-list.el; \ | 154 | rm -rf ${INSTALLDIR}/leim-list.el; \ |
| 155 | rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ | 155 | rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ |
| 156 | echo "Copying leim files to ${INSTALLDIR} ..." ; \ | 156 | echo "Copying leim files to ${INSTALLDIR} ..." ; \ |
| 157 | cp leim-list.el ${INSTALLDIR} ; \ | ||
| 158 | if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \ | 157 | if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \ |
| 159 | tar -cf - leim-list.el quail skk \ | 158 | tar -cf - leim-list.el quail skk \ |
| 160 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ | 159 | | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |