diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-12 13:10:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-12 14:39:00 +0200 |
commit | 6667caef24557d66177c1f7e9b72d2f609233d87 (patch) | |
tree | 06edc4f20a78b2610e99aefa550b62de85685693 /scripting | |
parent | 3b0654ab0fa2408bd660f80a56254df16339cf4d (diff) |
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
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/Rdb_scriptproviderforbeanshell.mk | 4 | ||||
-rw-r--r-- | scripting/Rdb_scriptproviderforjavascript.mk | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/scripting/Rdb_scriptproviderforbeanshell.mk b/scripting/Rdb_scriptproviderforbeanshell.mk index 0a086949fa33..5781610fabee 100644 --- a/scripting/Rdb_scriptproviderforbeanshell.mk +++ b/scripting/Rdb_scriptproviderforbeanshell.mk @@ -7,9 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Rdb_Rdb,scriptproviderforbeanshell)) - -$(eval $(call gb_Rdb_install,scriptproviderforbeanshell)) +$(eval $(call gb_Rdb_Rdb_install,scriptproviderforbeanshell)) $(eval $(call gb_Rdb_add_components,scriptproviderforbeanshell,\ scripting/java/ScriptProviderForBeanShell \ diff --git a/scripting/Rdb_scriptproviderforjavascript.mk b/scripting/Rdb_scriptproviderforjavascript.mk index 1ac23abc97af..5d7f56ddd1f0 100644 --- a/scripting/Rdb_scriptproviderforjavascript.mk +++ b/scripting/Rdb_scriptproviderforjavascript.mk @@ -7,9 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Rdb_Rdb,scriptproviderforjavascript)) - -$(eval $(call gb_Rdb_install,scriptproviderforjavascript)) +$(eval $(call gb_Rdb_Rdb_install,scriptproviderforjavascript)) $(eval $(call gb_Rdb_add_components,scriptproviderforjavascript,\ scripting/java/ScriptProviderForJavaScript \ |