solenv/gbuild/CppunitTest.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51ff75129c6b61d4f3ba31fa189b38bbf867910d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Oct 2 11:18:01 2013 +0200

    Fix dependency
    
    Change-Id: I7b0c4bad7dfce63f0b3f565816f6197d674e62cd

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index e281ffd..b29991e 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -283,7 +283,7 @@ endef
 
 # Use standard configuration.
 define gb_CppunitTest_use_configuration
-$(call gb_CppunitTest_get_target,$(1)) : $(call 
gb_Package_get_target,postprocess_registry)
+$(call gb_CppunitTest_get_target,$(1)) : $(call 
gb_Package_get_target,postprocess_registry_install)
 $(call 
gb_CppunitTest__use_configuration,$(1),xcsxcu,$(INSTDIR)/$(LIBO_SHARE_FOLDER)/registry)
 
 endef
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to