summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-14 18:45:42 +0200
committerTor Lillqvist <tml@iki.fi>2012-11-14 18:46:45 +0200
commit6d5d057a1963fb6fdd044b7cfa1c818e84c9d4c2 (patch)
tree1c94cd10ec2c1f6062c5c4c20919a70ec4718406 /RepositoryExternal.mk
parentde51745f588a2e2aa933e4c33fae3d9a10385eb1 (diff)
Revert "gb_LinkTarget_get_preparation_target is not defined"
Nah, this then caused a repeatable other problem; in liborcus: /bin/sh: line 1: ./configure: No such file or directory This reverts commit dff0a481db662816b06f8496b30786cee5fc3dd5.
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index bc35717a060e..38b1635347bc 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -454,12 +454,12 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
endef
define gb_LinkTarget__use_boost_headers
-$(call gb_LinkTarget_use_unpacked,$(1),boost)
+$(call gb_LinkTarget_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,boost)
endef
define gb_ExternalProject__use_boost_headers
-$(call gb_ExternalProject_use_unpacked,$(1),boost)
+$(call gb_ExternalProject_get_preparation_target,$(1)) : $(call gb_UnpackedTarball_get_target,boost)
endef
endif # SYSTEM_BOOST