From 6667caef24557d66177c1f7e9b72d2f609233d87 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 12 Sep 2013 13:10:32 +0200 Subject: gbuild: remove gb_Rdb__get_final_target ... by replacing gb_Rdb_install with a separate constructor so the right target can be registered at the module. There is still an ugly special case for the ure/services. Change-Id: I81c004143f201aaf38daca99819888313ee24f49 --- ure/Rdb_ure.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ure') diff --git a/ure/Rdb_ure.mk b/ure/Rdb_ure.mk index ba172a75dca3..7eeaf1a0dfde 100644 --- a/ure/Rdb_ure.mk +++ b/ure/Rdb_ure.mk @@ -7,9 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Rdb_Rdb,ure/services)) - -$(eval $(call gb_Rdb_install,ure/services,$(LIBO_URE_SHARE_FOLDER)/misc/services.rdb)) +$(eval $(call gb_Rdb_Rdb_install,ure/services,$(LIBO_URE_SHARE_FOLDER)/misc/services.rdb)) $(eval $(call gb_Rdb_add_components,ure/services,\ $(if $(filter IOS,$(OS)),, \ -- cgit