From ad1fcefae003d41788f4d7a215d14d55d70942a5 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 6 Jun 2008 03:21:13 +0000 Subject: [PATCH] Issue 0019758: fix pb of make if sources are checked out in read-only mode --- idl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2