[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 00:44:53 PST 2013


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

New commits:
commit 161b43abb76a4180a7069d04ed251ad2108c9663
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 30 09:44:24 2013 +0100

    Apparent copy/paste typo
    
    Change-Id: Ie4986f36f7f71df64b1c7c7b5e0190f4d5708c64

diff --git a/solenv/gbuild/Rdb.mk b/solenv/gbuild/Rdb.mk
index e4df44c..bcaa3ff 100644
--- a/solenv/gbuild/Rdb.mk
+++ b/solenv/gbuild/Rdb.mk
@@ -60,7 +60,7 @@ $(call gb_Rdb_get_target,$(1)) : COMPONENTS :=
 $(call gb_Rdb_get_clean_target,$(1)) : COMPONENTS :=
 $(call gb_Rdb_get_outdir_target,$(1)) : $(call gb_Rdb_get_target,$(1)) \
 	| $(dir $(call gb_Rdb_get_outdir_target,$(1))).dir
-$(call gb_Deliver_add_deliverable,$(call gb_ResTarget_get_outdir_target,$(1)),$(call gb_Rdb_get_target,$(1)),$(1))
+$(call gb_Deliver_add_deliverable,$(call gb_Rdb_get_outdir_target,$(1)),$(call gb_Rdb_get_target,$(1)),$(1))
 
 $$(eval $$(call gb_Module_register_target,$(call gb_Rdb_get_outdir_target,$(1)),$(call gb_Rdb_get_clean_target,$(1))))
 $(call gb_Helper_make_userfriendly_targets,$(1),Rdb)


More information about the Libreoffice-commits mailing list