Kaydet (Commit) c4bf336f authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: fix spurious re-delivery of .rdb files

Order-only dependency from INSTDIR target to IDL Package is enough;
the Package depends on the WORKDIR .rdb and deliver preserves
timestamps...

Change-Id: I060f7f27b543d9cc93658c93d472a933a18a6952
üst 6d95f2be
......@@ -42,7 +42,7 @@ ifneq ($(gb_UnoApi_ENABLE_INSTALL),)
#
# gb_UnoApi_package_idlfiles api
define gb_UnoApi_package_idlfiles
$(call gb_UnoApi_get_target,$(1)) : $(call gb_Package_get_target,$(1)_idl)
$(call gb_UnoApi_get_target,$(1)) :| $(call gb_Package_get_target,$(1)_idl)
$(call gb_UnoApi_get_clean_target,$(1)) : $(call gb_Package_get_clean_target,$(1)_idl)
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment