diff options
author | David Tardon <dtardon@redhat.com> | 2014-12-24 18:27:48 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-12-24 18:30:53 +0100 |
commit | c7b4aa22ebbaf24c5e98ef7311cc88f7e99f71f0 (patch) | |
tree | 865760790aee8295c6d8700106b703cd0c5534f9 /solenv | |
parent | 889f4705b90147d5653b08491579c51a7aca12be (diff) |
all deps for tools are expected to be at one place
Change-Id: Ie0d359f6607811cd76aefe4e19d0fb05379f1762
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/CliUnoApi.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/gbuild/CliUnoApi.mk b/solenv/gbuild/CliUnoApi.mk index 4c0b9aa1c5cb..16f331b48ec9 100644 --- a/solenv/gbuild/CliUnoApi.mk +++ b/solenv/gbuild/CliUnoApi.mk @@ -13,8 +13,7 @@ gb_CliUnoApi_EXT := $(gb_CliAssembly_POLICYEXT) gb_CliUnoApi_KEYFILE_DEFAULT := $(gb_CliAssembly_KEYFILE_DEFAULT) -gb_CliUnoApi_DEPS := $(call gb_Executable_get_runtime_dependencies,climaker) \ - $(INSTROOT)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno) +gb_CliUnoApi_DEPS := $(call gb_Executable_get_runtime_dependencies,climaker) gb_CliUnoApi_COMMAND := $(call gb_Executable_get_command,climaker) define gb_CliUnoApi__command |