summaryrefslogtreecommitdiff
path: root/external/python33
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/python33
parent525311b0d6db11f247097fe76d1b2967966cf669 (diff)
cond. build is already handled in Module_external.mk
Change-Id: I5efe3bafc4f0b97578a75dc1f43e6c130a93bc4a
Diffstat (limited to 'external/python33')
-rw-r--r--external/python33/Module_python33.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/python33/Module_python33.mk b/external/python33/Module_python33.mk
index 65e13567f7ab..5ef1deb216c5 100644
--- a/external/python33/Module_python33.mk
+++ b/external/python33/Module_python33.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: