summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-01-06 17:13:00 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-06 17:13:31 +0100
commitebff4574b21f9a27c15ea99b7b9822dfc0697268 (patch)
tree43f105f934a89859c8b14bb096343b0d0b672410 /rules/gnuplot.make
parentb2465e075b56461955157193ff02fdb973d9cbb3 (diff)
downloadptxdist-ebff4574b21f9a27c15ea99b7b9822dfc0697268.tar.gz
ptxdist-ebff4574b21f9a27c15ea99b7b9822dfc0697268.tar.xz
rules: use ptx/mirror for all mirror URLs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnuplot.make')
-rw-r--r--rules/gnuplot.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 896087cf0..099d7d083 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -20,7 +20,7 @@ GNUPLOT_VERSION := 4.4.3
GNUPLOT_MD5 := 639603752996f4923bc02c895fa03b45
GNUPLOT := gnuplot-$(GNUPLOT_VERSION)
GNUPLOT_SUFFIX := tar.gz
-GNUPLOT_URL := $(PTXCONF_SETUP_SFMIRROR)/gnuplot/$(GNUPLOT).$(GNUPLOT_SUFFIX)
+GNUPLOT_URL := $(call ptx/mirror, SF, gnuplot/$(GNUPLOT).$(GNUPLOT_SUFFIX))
GNUPLOT_SOURCE := $(SRCDIR)/$(GNUPLOT).$(GNUPLOT_SUFFIX)
GNUPLOT_DIR := $(BUILDDIR)/$(GNUPLOT)