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 /sfx2 | |
parent | 5fc689c9f7102b3e29fdd190fba11d6867d92bc3 (diff) |
gbuild: add gb_Library_use_restarget
Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/Library_sfx.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 6f145ce10c05..16fd84a5f523 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -346,7 +346,6 @@ $(eval $(call gb_Library_use_system_win32_libs,sfx,\ endif # Runtime dependency for unit-tests -$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,sfx)) :| \ - $(call gb_AllLangResTarget_get_target,sfx) +$(eval $(call gb_Library_use_restarget,sfx,sfx)) # vim: set noet sw=4 ts=4: |