From 4023659e8fb0d5040f2d9ee2191bf124188f6553 Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 16 Jun 2003 15:59:12 +0000 Subject: [PATCH] PR: preserves files dates when copying from sources and avoids unnecessary compilation of dependent modules after install. (idem for other includes) --- idl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2