summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-18 14:45:18 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-18 14:49:36 +0200
commite661730ed0b4145ec25486ddccd8b0a52ca261b3 (patch)
treee13d71c6eab667e2b3c48c6c228e7f250ec0ee46 /solenv
parent4d3455e06e03363c1c46d2251e25751792659cd2 (diff)
PythonTest must depend on bundled python stuff
Change-Id: I8957392a08bf7f39ef0cfac39484157c6a8f048d
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/PythonTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index f8c13d2f9d25..cd126616fae3 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -29,7 +29,7 @@ ifneq ($(DISABLE_PYTHON),TRUE)
# pass a hard-coded 139 to the gdb postprocess script to match soffice.bin
# signal exit values (assumption: non-0 exit value here means it crashed)
.PHONY : $(call gb_PythonTest_get_target,%)
-$(call gb_PythonTest_get_target,%) :
+$(call gb_PythonTest_get_target,%) : $(call gb_ExternalExecutable_get_dependencies,python)
$(call gb_Output_announce,$*,$(true),PYT,2)
$(call gb_Helper_abbreviate_dirs,\
rm -rf $(dir $(call gb_PythonTest_get_target,$*)) && \