From f79641a61572b9c3e4fc28841a16493e0da41ccf Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 24 Sep 2012 11:01:15 +0200 Subject: it seems climaker needs URE Change-Id: Idc8a30048c9c5520004fef1976a1fb5eeb74fbea --- solenv/gbuild/CliUnoApi.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/solenv/gbuild/CliUnoApi.mk b/solenv/gbuild/CliUnoApi.mk index b9ed03b25ed1..f0a27356d3f1 100644 --- a/solenv/gbuild/CliUnoApi.mk +++ b/solenv/gbuild/CliUnoApi.mk @@ -35,7 +35,13 @@ $(dir $(call gb_CliUnoApiTarget_get_target,%)).dir : $(dir $(call gb_CliUnoApiTarget_get_target,%))%/.dir : $(if $(wildcard $(dir $@)),,mkdir -p $(dir $@)) -$(call gb_CliUnoApiTarget_get_target,%) : $(gb_CliUnoApiTarget_TARGET) +# TODO depending on the whole URE might be overkill, but I do not have a +# Windows machine to debug it... +$(call gb_CliUnoApiTarget_get_target,%) : \ + $(gb_CliUnoApiTarget_TARGET) \ + $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \ + $(call gb_Package_get_target,cppuhelper_unorc) \ + $(call gb_Rdb_get_outdir_target,ure/services) $(call gb_CliUnoApiTarget__command,$@,$*,$<) .PHONY : $(call gb_CliUnoApiTarget_get_clean_target,%) -- cgit