summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-05-23 23:01:05 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-07 15:14:25 +0200
commit85c6f80121230532485041e9fa2522d812eb3ca9 (patch)
treec0af95ab4fd957aeb49e7db67c23fb05e0c5b94e /RepositoryExternal.mk
parentEnsure UNO context propagation on drivers instantiation (diff)
downloadcore-85c6f80121230532485041e9fa2522d812eb3ca9.tar.gz
core-85c6f80121230532485041e9fa2522d812eb3ca9.zip
use .component files directly from workdir
Change-Id: Idaf2e1c33dcdf060756b5739c4a8d904dbdc699b
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index dd48febd323e..3bb68e016907 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2966,7 +2966,7 @@ $(call gb_Executable_add_runtime_dependencies,$(1),\
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
unoxml/source/service/unoxml \
- ,$(call gb_ComponentTarget_get_outdir_target_for_build,$(component))) \
+ ,$(call gb_ComponentTarget_get_target_for_build,$(component))) \
$(call gb_AllLangResTarget_get_target,ofa) \
$(call gb_Configuration_get_target,registry) \
$(call gb_Configuration_get_target,fcfg_langpack) \
@@ -3016,9 +3016,9 @@ endef
# FIXME: the library target should be for build too
define gb_Executable__register_saxparser
$(call gb_Executable_add_runtime_dependencies,saxparser,\
- $(call gb_ComponentTarget_get_outdir_target,sax/source/expatwrap/expwrap) \
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
$(call gb_Package_get_target_for_build,cppuhelper_unorc) \
+ $(call gb_Rdb_get_outdir_target_for_build,saxparser) \
$(call gb_Rdb_get_outdir_target_for_build,ure/services) \
$(call gb_UnoApi_get_target,udkapi) \
)