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, 28 Sep 2006 05:46:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/09/28 05:46:01

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/leim/Makefile.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- Makefile.in 12 Apr 2006 06:56:09 -0000      1.75
+++ Makefile.in 28 Sep 2006 05:46:00 -0000      1.76
@@ -217,8 +217,12 @@
 
 install: all
        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}/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]