From edf6730fd572788bac28f9fdeb84d25edfe04c0f Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 30 Dec 2012 12:27:04 +0100 Subject: add runtime deps for custom targets Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008 --- i18npool/CustomTarget_collator.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/CustomTarget_collator.mk') diff --git a/i18npool/CustomTarget_collator.mk b/i18npool/CustomTarget_collator.mk index 2613f672f93e..c570d5a65e71 100644 --- a/i18npool/CustomTarget_collator.mk +++ b/i18npool/CustomTarget_collator.mk @@ -56,7 +56,7 @@ $(call gb_CustomTarget_get_target,i18npool/collator) : $(SRCDIR)/i18npool/Custom $(i18npool_CODIR)/collator_%.cxx : \ $(SRCDIR)/i18npool/source/collator/data/%.txt \ - $(call gb_Executable_get_target_for_build,gencoll_rule) \ + $(call gb_Executable_get_runtime_dependencies,gencoll_rule) \ | $(i18npool_CODIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CLR,1) $(call gb_Helper_abbreviate_dirs, \ -- cgit