From 0a281113c7047d2a29b1e1d857ead59b56b83e97 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 9 Apr 2012 21:09:06 +0200 Subject: gb_CustomTarget_CustomTarget now takes only one parameter --- translations/CustomTarget_translate.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/CustomTarget_translate.mk b/translations/CustomTarget_translate.mk index 6c6f3187f64..2e363cb7154 100644 --- a/translations/CustomTarget_translate.mk +++ b/translations/CustomTarget_translate.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,translations/translate,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,translations/translate)) translations_DIR := $(call gb_CustomTarget_get_workdir,translations/translate) -- cgit