summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.make
diff options
context:
space:
mode:
authorBjørn Bürger <bbu@pengutronix.de>2012-06-14 18:37:31 +0200
committerBjørn Bürger <bbu@pengutronix.de>2012-06-14 18:37:31 +0200
commite2a387406959d77771652feef16c4218b19293e6 (patch)
treecebb440fc4f779f99382dceceabfebe267f567e2 /rules/thttpd.make
parentfe14eae4bb6e8d4d4a5fd818107a60717d925b29 (diff)
downloadptxdist-e2a387406959d77771652feef16c4218b19293e6.tar.gz
ptxdist-e2a387406959d77771652feef16c4218b19293e6.tar.xz
thttpd: remove redundant get stage
Signed-off-by: Bjørn Bürger <bbu@pengutronix.de>
Diffstat (limited to 'rules/thttpd.make')
-rw-r--r--rules/thttpd.make9
1 files changed, 0 insertions, 9 deletions
diff --git a/rules/thttpd.make b/rules/thttpd.make
index dc2d95cc0..258595dd6 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -25,15 +25,6 @@ THTTPD_URL := http://www.acme.com/software/thttpd/$(THTTPD).$(THTTPD_SUFFIX)
THTTPD_SOURCE := $(SRCDIR)/$(THTTPD).$(THTTPD_SUFFIX)
THTTPD_DIR := $(BUILDDIR)/$(THTTPD)
-
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(THTTPD_SOURCE):
- @$(call targetinfo)
- @$(call get, THTTPD)
-
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------