summaryrefslogtreecommitdiffstats
path: root/rules/boost.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 16:15:47 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 17:17:40 +0200
commit958cc303a0465b16a86375ae15353ce5805bffaa (patch)
tree460f363fc6da806f58358f56525140f10ba876b7 /rules/boost.make
parent02886ed74023d1980f10a3614a23847b1dd875d1 (diff)
downloadptxdist-958cc303a0465b16a86375ae15353ce5805bffaa.tar.gz
ptxdist-958cc303a0465b16a86375ae15353ce5805bffaa.tar.xz
boost: remove redundant get stage
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/boost.make')
-rw-r--r--rules/boost.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/boost.make b/rules/boost.make
index f828bf7e0..f6c09b890 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -26,14 +26,6 @@ BOOST_SOURCE := $(SRCDIR)/$(BOOST).$(BOOST_SUFFIX)
BOOST_DIR := $(BUILDDIR)/$(BOOST)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(BOOST_SOURCE):
- @$(call targetinfo)
- @$(call get, BOOST)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------