[Libreoffice-commits] .: testtools/CustomTarget_uno_test.mk

David Tardon dtardon at kemper.freedesktop.org
Tue Jul 3 22:02:46 PDT 2012


 testtools/CustomTarget_uno_test.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40605c33bc58c668419d07ec5037674bee37911a
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Jul 4 07:02:39 2012 +0200

    add missing dependency
    
    Change-Id: Ib8eaa63c6a704902d3ee3e142050f2388545ea64

diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk
index 3cbea08..7c8d016 100644
--- a/testtools/CustomTarget_uno_test.mk
+++ b/testtools/CustomTarget_uno_test.mk
@@ -30,7 +30,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,testtools/uno_test))
 .PHONY : $(call gb_CustomTarget_get_target,testtools/uno_test)
 
 $(call gb_CustomTarget_get_target,testtools/uno_test) : \
-		$(call gb_Rdb_get_target,uno_services) \
+		$(call gb_Rdb_get_outdir_target,uno_services) \
 		$(call gb_Executable_get_target_for_build,uno) \
 		$(call gb_InternalUnoApi_get_target,bridgetest)
 	$(call gb_Helper_abbreviate_dirs,\


More information about the Libreoffice-commits mailing list