summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-05 18:02:33 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-05 18:06:39 +0200
commit52304f30839eb3091304bb0d7b697b6cedda71ea (patch)
tree2b8d0f2360b15a941df9b05879e88a8f235a63ce /solenv
parent1a9740671cfe0f324135276fe42bd18f29dcda7d (diff)
libcdr: argh i am getting senile
Change-Id: I1674da35bf1d756bda5c4b991cc586462325c838
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/ExternalProject.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index 41d86ade2265..b604d7f0eb14 100644
--- a/solenv/gbuild/ExternalProject.mk
+++ b/solenv/gbuild/ExternalProject.mk
@@ -126,7 +126,7 @@ endef
# TODO: do we really want to have projects depending on gbuild libraries?
define gb_ExternalProject_use_static_libraries
-$(foreach $(lib),$(2),$(call gb_ExternalProject_get_preparation_target,$(1)) : \
+$(foreach lib,$(2),$(call gb_ExternalProject_get_preparation_target,$(1)) : \
$(call gb_StaticLibrary_get_target,$(lib)))
endef