summaryrefslogtreecommitdiff
path: root/testtools/CustomTarget_uno_test.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-21 12:56:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-21 15:56:44 +0100
commit34135e330b24d45b48f06a048b00e14dbc016d10 (patch)
treeb9b82e209da215b18be80f2be0599214cf1d0f79 /testtools/CustomTarget_uno_test.mk
parentf94172e639a9bcd9a8af17c751c3d6e9541315a7 (diff)
Fix in-build uno ini deps for cross-compiling
Change-Id: Ie65482f328a0932c3543200d1906940b1eb46897
Diffstat (limited to 'testtools/CustomTarget_uno_test.mk')
-rw-r--r--testtools/CustomTarget_uno_test.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk
index b06cbeb56193..381c7467ee61 100644
--- a/testtools/CustomTarget_uno_test.mk
+++ b/testtools/CustomTarget_uno_test.mk
@@ -38,10 +38,10 @@ $(call gb_CustomTarget_get_target,testtools/uno_test) : \
$(call gb_Executable_get_target_for_build,uno) \
$(call gb_InternalUnoApi_get_target,bridgetest) \
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
- $(call gb_Package_get_target,cppuhelper_unorc) \
+ $(call gb_Package_get_target_for_build,cppuhelper_unorc) \
$(call gb_Rdb_get_outdir_target,uno_services) \
- $(call gb_Rdb_get_outdir_target,ure/services) \
- $(call gb_UnoApiMerge_get_target,ure/types)
+ $(call gb_Rdb_get_outdir_target_for_build,ure/services) \
+ $(call gb_UnoApiMerge_get_target_for_build,ure/types)
$(call gb_Helper_abbreviate_dirs,\
$(call gb_Executable_get_target_for_build,uno) \
-s com.sun.star.test.bridge.BridgeTest \