summaryrefslogtreecommitdiffstats
path: root/pyuno/Module_pyuno.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-06-01 14:46:38 +0200
committerDavid Tardon <dtardon@redhat.com>2016-06-01 14:55:27 +0200
commit9b01428b1f448e6b7d5a72f18c1a7d86e11ba4f9 (patch)
treef8915f28602feadb3ea33d16ec722d78ce3f46ed /pyuno/Module_pyuno.mk
parentpercentage format with no-break space, tdf#63272 (diff)
downloadcore-9b01428b1f448e6b7d5a72f18c1a7d86e11ba4f9.tar.gz
core-9b01428b1f448e6b7d5a72f18c1a7d86e11ba4f9.zip
final solution of the ARCHIVE question
Change-Id: I70da65e08c75cd732000597a09ed113b3075c5a8
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r--pyuno/Module_pyuno.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 4179a7318add..9d38455c69f2 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -32,7 +32,7 @@ endif
# that why it makes sense to handle the next 3 targets
# with SYSTEM_PYTHON=TRUE and SYSTEM_PYTHON=
-# zipcore: pyuno/python.exe on Windows
+# python-core: pyuno/python.exe on Windows
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
Executable_python \
@@ -41,7 +41,7 @@ endif
ifeq ($(SYSTEM_PYTHON),)
-# zipcore: python.sh on Unix
+# python-core: python.sh on Unix
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
CustomTarget_python_shell \
@@ -55,8 +55,7 @@ else # SYSTEM_PYTHON
# FIXME remove this
ifeq ($(OS)$(COM),WNTGCC)
$(eval $(call gb_Module_add_targets,pyuno,\
- CustomTarget_zipcore \
- Package_zipcore \
+ GeneratedPackage_python-core \
))
endif