summaryrefslogtreecommitdiffstats
path: root/rules/tiobench.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-12-05 21:03:34 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-12-05 21:03:34 +0100
commite5fc92b6829da98ae38a4765f7b3d8e8237700e4 (patch)
tree16cd1293b99e371e177842ea2b13b0b616bfc0fe /rules/tiobench.make
parentccb6feb304f89a46af9557c47c92d1d4f872afe7 (diff)
downloadptxdist-e5fc92b6829da98ae38a4765f7b3d8e8237700e4.tar.gz
ptxdist-e5fc92b6829da98ae38a4765f7b3d8e8237700e4.tar.xz
[tiobench] use PTXCONF_SETUP_SFMIRROR
Use $(PTXCONF_SETUP_SFMIRROR) instead of hardcoded URL. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/tiobench.make')
-rw-r--r--rules/tiobench.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/tiobench.make b/rules/tiobench.make
index a73b96692..e59f440fb 100644
--- a/rules/tiobench.make
+++ b/rules/tiobench.make
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_TIOBENCH) += tiobench
TIOBENCH_VERSION := 0.3.3
TIOBENCH := tiobench-$(TIOBENCH_VERSION)
TIOBENCH_SUFFIX := tar.gz
-TIOBENCH_URL := http://downloads.sourceforge.net/tiobench/$(TIOBENCH).$(TIOBENCH_SUFFIX)
+TIOBENCH_URL := $(PTXCONF_SETUP_SFMIRROR)/tiobench/$(TIOBENCH).$(TIOBENCH_SUFFIX)
TIOBENCH_SOURCE := $(SRCDIR)/$(TIOBENCH).$(TIOBENCH_SUFFIX)
TIOBENCH_DIR := $(BUILDDIR)/$(TIOBENCH)