summaryrefslogtreecommitdiff
path: root/pyuno/CustomTarget_python_shell.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-17 23:52:10 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-18 11:19:43 +0000
commitaa93151b9a740582732a06578e04b558beb177c2 (patch)
tree2226d18076c5cb120423179e6265821852e9a069 /pyuno/CustomTarget_python_shell.mk
parentf54f99febd25b1c86e77747764375a2e53f572c5 (diff)
configure, pyuno: stop claiming our python 3.3.5 is 3.3.3
... and adapt makefiles to automatically rebuild everything that depends on PYTHON_VERSION. Change-Id: If468183e59463503051c2a1526a905dbee9bf4cb Reviewed-on: https://gerrit.libreoffice.org/17818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'pyuno/CustomTarget_python_shell.mk')
-rw-r--r--pyuno/CustomTarget_python_shell.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyuno/CustomTarget_python_shell.mk b/pyuno/CustomTarget_python_shell.mk
index bc6d355f7907..203258bf94e3 100644
--- a/pyuno/CustomTarget_python_shell.mk
+++ b/pyuno/CustomTarget_python_shell.mk
@@ -27,7 +27,8 @@ $(call gb_CustomTarget_get_workdir,pyuno/python_shell)/python.sh : \
cat $^ > $@ && chmod +x $@
$(call gb_CustomTarget_get_workdir,pyuno/python_shell)/os.sh : \
- $(SRCDIR)/pyuno/zipcore/$(if $(filter MACOSX,$(OS)),mac,nonmac).sh
+ $(SRCDIR)/pyuno/zipcore/$(if $(filter MACOSX,$(OS)),mac,nonmac).sh \
+ $(BUILDDIR)/config_$(gb_Side)/config_python.h
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1)
sed -e "s/%%PYVERSION%%/$(pyuno_PYTHON_SHELL_VERSION)/g" \
$< > $@