From 0a45deba2be4a77db7540bd050b25bd6c26d7513 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 7 Apr 2012 08:40:35 +0200 Subject: enforce only one possible use of gb_CustomTarget This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed --- 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 54a2d0c37137..9be28e05fbe7 100644 --- a/i18npool/CustomTarget_collator.mk +++ b/i18npool/CustomTarget_collator.mk @@ -26,7 +26,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,i18npool/collator,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,i18npool/collator)) IPCO := $(call gb_CustomTarget_get_workdir,i18npool/collator) TXTLIST := $(notdir $(wildcard $(SRCDIR)/i18npool/source/collator/data/*.txt)) -- cgit