diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-14 23:11:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:28 +0200 |
commit | 8230c26e3d11b2033265ef81b21a1e2b7ccc1041 (patch) | |
tree | 4ddb91938b14bc40071a17f4b5ff219ae8c13895 /chart2/Library_chartcontroller.mk | |
parent | 5fc689c9f7102b3e29fdd190fba11d6867d92bc3 (diff) |
gbuild: add gb_Library_use_restarget
Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba
Diffstat (limited to 'chart2/Library_chartcontroller.mk')
-rw-r--r-- | chart2/Library_chartcontroller.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index a3d3e22ef1ba..bd15c3f7aeed 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -191,7 +191,6 @@ $(eval $(call gb_Library_add_exception_objects,chartcontroller,\ )) # Runtime dependency for unit-tests -$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,chartcontroller)) :| \ - $(call gb_AllLangResTarget_get_target,chartcontroller) +$(eval $(call gb_Library_use_restarget,chartcontroller,chartcontroller)) # vim: set noet sw=4 ts=4: |