common/makefiles/IdlCompilation.gmk
changeset 16579 7e2a683462f9
parent 15392 28d8aefeedd3
child 19262 2792eab0d911
--- a/common/makefiles/IdlCompilation.gmk	Thu Apr 04 09:24:21 2013 +0200
+++ b/common/makefiles/IdlCompilation.gmk	Thu Apr 04 09:25:58 2013 +0200
@@ -70,7 +70,7 @@
 		$(PREFIXES) \
 		$4
 	$(RM) -f $$(addprefix $3/$$($4_TMPDIR)/,$6)
-	$(CP) -rp $3/$$($4_TMPDIR)/* $3
+	$(CP) -r $3/$$($4_TMPDIR)/* $3
 	($(CD) $3/$$($4_TMPDIR) && $(FIND) . -type f | $(SED) 's!\./!$3/!g' | $(NAWK) '{ print $$$$1 ": $4" }' > $5)
 	$(RM) -rf $3/$$($4_TMPDIR)
 endef