summaryrefslogtreecommitdiff
path: root/filter/Jar_XSLTFilter.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-12-20 15:30:38 +0100
committerDavid Tardon <dtardon@redhat.com>2011-12-23 16:42:59 +0100
commit07a87420ade12155b14be40e38a09a9ad0061719 (patch)
treedda0df97299e3aaaa01eacee87a5cf4e2b2000be /filter/Jar_XSLTFilter.mk
parent22ebb32863f7874ccd1d39881140a0bbcbc5f72a (diff)
eval at the calling side, like other gbuild classes
Diffstat (limited to 'filter/Jar_XSLTFilter.mk')
-rw-r--r--filter/Jar_XSLTFilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/Jar_XSLTFilter.mk b/filter/Jar_XSLTFilter.mk
index d68b3530370d..da798a4f445a 100644
--- a/filter/Jar_XSLTFilter.mk
+++ b/filter/Jar_XSLTFilter.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Jar_add_jars,XSLTFilter,\
$(OUTDIR)/bin/juh.jar \
))
-$(call gb_Jar_use_externals,XSLTFilter,saxon)
+$(eval $(call gb_Jar_use_externals,XSLTFilter,saxon))
$(eval $(call gb_Jar_set_componentfile,XSLTFilter,filter/source/xsltfilter/XSLTFilter.jar,OOO))