summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 11:18:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 11:18:01 +0200
commit51ff75129c6b61d4f3ba31fa189b38bbf867910d (patch)
tree76e39ef16a1eb739c53427cf97f0d940b4cb238f /solenv
parent0d3c536d0535fb7d50c123dd8b9d3fdf5d5dc973 (diff)
Fix dependency
Change-Id: I7b0c4bad7dfce63f0b3f565816f6197d674e62cd
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index e281ffd6370c..b29991e2e79b 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