From: prascle Date: Mon, 16 Jun 2003 15:59:12 +0000 (+0000) Subject: PR: preserves files dates when copying from sources and avoids unnecessary compilatio... X-Git-Tag: V1_4_0~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4023659e8fb0d5040f2d9ee2191bf124188f6553;p=modules%2Fkernel.git PR: preserves files dates when copying from sources and avoids unnecessary compilation of dependent modules after install. (idem for other includes) --- diff --git a/idl/Makefile.in b/idl/Makefile.in index 68cb40756..cda494641 100644 --- a/idl/Makefile.in +++ b/idl/Makefile.in @@ -55,7 +55,7 @@ install: install-pyidl install-idl # create directory $(idldir) and copy idl files into it install-idl: $(IDL_FILES) $(INSTALL) -d $(idldir) - $(INSTALL_DATA) $^ $(idldir) + cp -p $^ $(idldir) install-pyidl: $(IDL_FILES)