summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-01 23:12:08 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-01 23:12:08 +0200
commit624bcdc302df8cdee7172bc455aa5c4aa9a6710a (patch)
tree836194a513602ecd356ae325f2f4ca807a64450d /solenv
parent12981fd72b6128eae5850fcfeee9d3bb1630b521 (diff)
Revert "StaticLibrary too"
This reverts commit 23e5bb66436991d809d8d807f27d25f922fb062f. Does not work, see previous commit
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/StaticLibrary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/StaticLibrary.mk b/solenv/gbuild/StaticLibrary.mk
index c84e8229b480..2d4a9d5b83c1 100644
--- a/solenv/gbuild/StaticLibrary.mk
+++ b/solenv/gbuild/StaticLibrary.mk
@@ -66,7 +66,7 @@ $(call gb_LinkTarget_set_targettype,$(2),StaticLibrary)
$(call gb_LinkTarget_add_defs,$(2),\
$(gb_StaticLibrary_DEFS) \
)
-$(call gb_StaticLibrary_get_target,$(1)) : $(call gb_LinkTarget_get_target,$(2)) $(gb_LinkTarget_get_dep_target,$(2)) \
+$(call gb_StaticLibrary_get_target,$(1)) : $(call gb_LinkTarget_get_target,$(2)) \
| $(dir $(call gb_StaticLibrary_get_target,$(1))).dir
$(call gb_StaticLibrary_get_clean_target,$(1)) : $(call gb_LinkTarget_get_clean_target,$(2))
$(call gb_StaticLibrary_StaticLibrary_platform,$(1),$(2))