summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 18:27:36 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-14 18:27:36 +0200
commitc4b48d3e058193b8d904fbe67e78f58c3fb513a5 (patch)
treea3a2e51225a1a216090918eb5df4d97119b3ccd3 /rules/python.make
parent6ab555c614b419190e73aedc2be40c6ad436a42d (diff)
downloadptxdist-c4b48d3e058193b8d904fbe67e78f58c3fb513a5.tar.gz
ptxdist-c4b48d3e058193b8d904fbe67e78f58c3fb513a5.tar.xz
python: remove redundant get stage
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/python.make b/rules/python.make
index d9b9a0181..c8ad9f106 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -30,14 +30,6 @@ PYTHON_URL := \
http://python.org/ftp/python/$(PYTHON_MAJORMINOR)/$(PYTHON).$(PYTHON_SUFFIX)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(PYTHON_SOURCE):
- @$(call targetinfo)
- @$(call get, PYTHON)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------