aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-09 21:09:06 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-05-18 13:13:15 +0200
commit0a281113c7047d2a29b1e1d857ead59b56b83e97 (patch)
tree39dddf3a215bcbfe8eb1843b6accc7d2c8c4d484
parent1882a7d9f516a3e6320eccd83fe704cee8722fc8 (diff)
gb_CustomTarget_CustomTarget now takes only one parameter
-rw-r--r--translations/CustomTarget_translate.mk2
1 files changed, 1 insertions, 1 deletions
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)