Salome HOME
Issue 0019758: fix pb of make if sources are checked out in read-only mode BR_PERF V4_1_3 V4_1_3rc2
authorvsr <vsr@opencascade.com>
Fri, 6 Jun 2008 03:21:13 +0000 (03:21 +0000)
committervsr <vsr@opencascade.com>
Fri, 6 Jun 2008 03:21:13 +0000 (03:21 +0000)
idl/Makefile.am

index 3e49a1ee49b8b8c68b2e8dbe616310caca79b256..df680bea161a2b85f5b7344543c4563e80e29197 100644 (file)
@@ -58,7 +58,7 @@ install: install-pyidl install-idl
 # create directory $(idldir) and copy idl files into it
 install-idl: $(BASEIDL_FILES)
        $(INSTALL) -d  $(salomeidldir)
-       cp -p $^ $(salomeidldir)
+       cp -p -f $^ $(salomeidldir)
 
 install-pyidl: $(BASEIDL_FILES)
        $(INSTALL) -d  $(PYTHON_SITE_INSTALL)