diff options
author | David Tardon <dtardon@redhat.com> | 2014-04-18 14:50:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-18 14:50:50 +0200 |
commit | 1a02692e7f87047e294e5a6699915227380fd60a (patch) | |
tree | a2c5289f686b1310c86d4a2f02224f70c6193f42 /pyuno | |
parent | 6980da37549d9ae0a89812aeccfa5365c9f7a9b9 (diff) |
test for enabled python is already handled by PythonTest
Change-Id: I23ada017f4294fbd34e9b245d012700021914881
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Module_pyuno.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index 658e5d772ac9..8cd37a12bcc6 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -60,11 +60,9 @@ endif endif # SYSTEM_PYTHON -ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_Module_add_check_targets,pyuno, \ PythonTest_pyuno_pytests_ssl \ )) -endif ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS))) $(eval $(call gb_Module_add_targets,pyuno, \ |