diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-03 22:47:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-03 23:44:12 +0100 |
commit | fd7cf77ad5e353d4332ed65dfa4252c841cd85f7 (patch) | |
tree | 79e2176fd445d711b23f6a92ce157a91b58868ee /pyuno | |
parent | b3ccc2360492a0d50e4c86195836a840cd3d419a (diff) |
pyuno: rename Executable_python_wrapper.mk
Change-Id: I653cb0e36c1faa622ecc90e0316a1f1fd1e843db
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Executable_python.mk (renamed from pyuno/Executable_python_wrapper.mk) | 0 | ||||
-rw-r--r-- | pyuno/Module_pyuno.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python.mk index 2f96404b7ae2..2f96404b7ae2 100644 --- a/pyuno/Executable_python_wrapper.mk +++ b/pyuno/Executable_python.mk diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index b79c21d458b9..9a079938f162 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -33,7 +33,7 @@ endif # zipcore: pyuno/python.exe on Windows ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,pyuno,\ - Executable_python_wrapper \ + Executable_python \ )) endif |