summaryrefslogtreecommitdiffstats
path: root/rules/unzip.make
diff options
context:
space:
mode:
authorBjørn Bürger <bbu@pengutronix.de>2012-06-14 19:25:42 +0200
committerBjørn Bürger <bbu@pengutronix.de>2012-06-14 19:25:42 +0200
commit08c4023805035435c8d0bdd7aed06c30e8d40e96 (patch)
tree7c5cd7db9be72dbd278cc24c6968f18c4c44531b /rules/unzip.make
parent0680af2bbe2e16032a4b5494a3e46a4c03535152 (diff)
downloadptxdist-08c4023805035435c8d0bdd7aed06c30e8d40e96.tar.gz
ptxdist-08c4023805035435c8d0bdd7aed06c30e8d40e96.tar.xz
unzip: remove redundant get stage
Signed-off-by: Bjørn Bürger <bbu@pengutronix.de>
Diffstat (limited to 'rules/unzip.make')
-rw-r--r--rules/unzip.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/unzip.make b/rules/unzip.make
index 455d75737..dc1dc7d5d 100644
--- a/rules/unzip.make
+++ b/rules/unzip.make
@@ -27,14 +27,6 @@ UNZIP_SOURCE := $(SRCDIR)/$(UNZIP_ARCHIVE)
UNZIP_DIR := $(BUILDDIR)/$(UNZIP)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(UNZIP_SOURCE):
- @$(call targetinfo)
- @$(call get, UNZIP)
-
-# ----------------------------------------------------------------------------
# Compile
# ----------------------------------------------------------------------------