gb_CustomTarget_CustomTarget now takes only one parameter

This commit is contained in:
Matúš Kukan
2012-04-09 21:09:06 +02:00
parent 1882a7d9f5
commit 0a281113c7

View File

@@ -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)