summaryrefslogtreecommitdiffstats
path: root/external/python3
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-10-23 10:02:21 +0200
committerDavid Tardon <dtardon@redhat.com>2016-10-23 20:13:21 +0200
commitf595e426e3b715fe110a90edca3cadfa97fa72cb (patch)
treed24168043fe6020540f8d411c8b2ab26dfb46ee8 /external/python3
parentFix typos (diff)
downloadcore-f595e426e3b715fe110a90edca3cadfa97fa72cb.tar.gz
core-f595e426e3b715fe110a90edca3cadfa97fa72cb.zip
cond. build is already handled in Module_external.mk
Change-Id: I5efe3bafc4f0b97578a75dc1f43e6c130a93bc4a
Diffstat (limited to 'external/python3')
-rw-r--r--external/python3/Module_python3.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/python3/Module_python3.mk b/external/python3/Module_python3.mk
index 65e13567f7ab..5ef1deb216c5 100644
--- a/external/python3/Module_python3.mk
+++ b/external/python3/Module_python3.mk
@@ -10,7 +10,6 @@
$(eval $(call gb_Module_Module,python3))
ifneq ($(DISABLE_PYTHON),TRUE)
-ifeq ($(SYSTEM_PYTHON),)
$(eval $(call gb_Module_add_targets,python3,\
UnpackedTarball_python3 \
@@ -19,6 +18,5 @@ $(eval $(call gb_Module_add_targets,python3,\
))
endif
-endif
# vim: set noet sw=4 ts=4: