summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Repository.mk2
-rw-r--r--pyuno/Executable_python_wrapper.mk8
2 files changed, 5 insertions, 5 deletions
diff --git a/Repository.mk b/Repository.mk
index cb71e155dce8..497d8c8383ad 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -100,7 +100,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
$(if $(filter WNT,$(OS)), \
crashrep_com \
odbcconfig \
- pyuno/python \
+ python \
quickstart \
sbase \
scalc \
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk
index 39ff28324174..2f96404b7ae2 100644
--- a/pyuno/Executable_python_wrapper.mk
+++ b/pyuno/Executable_python_wrapper.mk
@@ -7,17 +7,17 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Executable_Executable,pyuno/python))
+$(eval $(call gb_Executable_Executable,python))
-$(eval $(call gb_Executable_add_defs,pyuno/python,\
+$(eval $(call gb_Executable_add_defs,python,\
-DMY_PYVERSION=L\"$(PYTHON_VERSION)\" \
))
-$(eval $(call gb_Executable_use_static_libraries,pyuno/python,\
+$(eval $(call gb_Executable_use_static_libraries,python,\
ooopathutils \
))
-$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\
+$(eval $(call gb_Executable_add_exception_objects,python,\
pyuno/zipcore/python \
))