diff options
author | David Tardon <dtardon@redhat.com> | 2016-10-23 10:02:21 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-10-23 20:13:21 +0200 |
commit | f595e426e3b715fe110a90edca3cadfa97fa72cb (patch) | |
tree | d24168043fe6020540f8d411c8b2ab26dfb46ee8 /external/python3 | |
parent | 525311b0d6db11f247097fe76d1b2967966cf669 (diff) |
cond. build is already handled in Module_external.mk
Change-Id: I5efe3bafc4f0b97578a75dc1f43e6c130a93bc4a
Diffstat (limited to 'external/python3')
-rw-r--r-- | external/python3/Module_python3.mk | 2 |
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: |