emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/Makefile.in,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/leim/Makefile.in,v
Date: Thu, 12 Oct 2006 05:52:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/10/12 05:52:59

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/leim/Makefile.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- Makefile.in 2 Oct 2006 12:39:18 -0000       1.77
+++ Makefile.in 12 Oct 2006 05:52:59 -0000      1.78
@@ -216,13 +216,12 @@
        sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
 
 install: all
+       if [ ! -d ${INSTALLDIR} ] ; then \
+          ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
+       else true; fi
        if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
-         if [ -d ${INSTALLDIR} ] ; then \
            rm -rf ${INSTALLDIR}/leim-list.el; \
            rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
-         else \
-           ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
-         fi; \
          echo "Copying leim files to ${INSTALLDIR} ..." ; \
          if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
            tar -chf - leim-list.el quail ja-dic \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]