fix target name

Change-Id: Icdc912c8d36fe75bedb5a3744018b5d100f45f21
This commit is contained in:
David Tardon 2013-11-03 08:05:16 +01:00
parent a0786fa280
commit 878f669c40

View file

@ -43,6 +43,6 @@ gb_BUILD_TOOLS = \
$(foreach executable, \
xsltproc \
,$(call gb_ExternalExecutable_get_dependencies,$(executable))) \
$(call gb_Helper_optional_for_host,DESKTOP,Package_xmlhelp_xsl) \
$(call gb_Helper_optional_for_host,DESKTOP,$(call gb_Package_get_target,xmlhelp_xsl)) \
# vim: set noet sw=4 ts=4: