From: vsr Date: Fri, 6 Jun 2008 03:21:13 +0000 (+0000) Subject: Issue 0019758: fix pb of make if sources are checked out in read-only mode X-Git-Tag: V4_1_3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ad1fcefae003d41788f4d7a215d14d55d70942a5;p=samples%2Fpyhello.git Issue 0019758: fix pb of make if sources are checked out in read-only mode --- diff --git a/idl/Makefile.am b/idl/Makefile.am index 3e49a1e..df680be 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -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)