aboutsummaryrefslogtreecommitdiff
path: root/common/makefiles/IdlCompilation.gmk
diff options
context:
space:
mode:
Diffstat (limited to 'common/makefiles/IdlCompilation.gmk')
-rw-r--r--common/makefiles/IdlCompilation.gmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/makefiles/IdlCompilation.gmk b/common/makefiles/IdlCompilation.gmk
index 2eb77dd..b03ea43 100644
--- a/common/makefiles/IdlCompilation.gmk
+++ b/common/makefiles/IdlCompilation.gmk
@@ -70,7 +70,7 @@ define add_idl_package
$(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