summaryrefslogtreecommitdiff
path: root/pyuno/Module_pyuno.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-01-01 11:47:56 +0100
committerDavid Tardon <dtardon@redhat.com>2013-01-01 13:15:01 +0100
commit085e0adf53baff298059980a54758d81b08bb059 (patch)
tree190d93c246bb54b86ec445a8b970329ba72b95cc /pyuno/Module_pyuno.mk
parentae5c574ac24ed8979dcf03da87cd14c078db2a07 (diff)
just pass the define through -D
I am constantly amazed at the creativity of the original makefile writers. An extra header file, processed by sed, rather then adding one item to CDEFS? Really? Change-Id: I41ae8b10fc447ea5ab91e767c8afb87e39b9b5f5
Diffstat (limited to 'pyuno/Module_pyuno.mk')
-rw-r--r--pyuno/Module_pyuno.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 0cdb458c575a..9ce9fe0b25ff 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -48,10 +48,8 @@ endif
# with SYSTEM_PYTHON=YES and SYSTEM_PYTHON=NO
# zipcore: pyuno/python.exe on Windows
-# zipcore: pyversion.hxx on Windows
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,pyuno,\
- CustomTarget_pyversion \
Executable_python_wrapper \
))
endif