summaryrefslogtreecommitdiffstats
path: root/rules/python3.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
commita36c5bef53480add00167d4ee203b670b3c60236 (patch)
tree9f9e23fb3405edbac8d01be85f2cdc63047607f6 /rules/python3.make
parentc4b48d3e058193b8d904fbe67e78f58c3fb513a5 (diff)
downloadptxdist-a36c5bef53480add00167d4ee203b670b3c60236.tar.gz
ptxdist-a36c5bef53480add00167d4ee203b670b3c60236.tar.xz
python3: remove redundant get stage
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/python3.make')
-rw-r--r--rules/python3.make8
1 files changed, 0 insertions, 8 deletions
diff --git a/rules/python3.make b/rules/python3.make
index 3b621c709..df2837043 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -31,14 +31,6 @@ PYTHON3_URL := \
http://python.org/ftp/python/$(PYTHON3_MAJORMINOR)/$(PYTHON3).$(PYTHON3_SUFFIX)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(PYTHON3_SOURCE):
- @$(call targetinfo)
- @$(call get, PYTHON3)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------