summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-04 11:08:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-04 11:08:08 +0100
commit7ad376c6a60695d896cca4929c7aede207328cfd (patch)
tree6748be5878cab01cd66d944e5e24d5f29f9a0cd3 /unoidl
parent2962aaa0087e093a9541b4a4372f6c09fe3f8424 (diff)
reg2unoidl is a build-time tool (for now, at least)
Change-Id: I6078ee0e7371fc0c5db058fd43f608bc40ca3eb1
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/Module_unoidl.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 1f8bd739812e..eab6f12dbde6 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -10,11 +10,14 @@
$(eval $(call gb_Module_Module,unoidl))
$(eval $(call gb_Module_add_targets,unoidl, \
- $(if $(filter DESKTOP,$(BUILD_TYPE)), \
- Executable_reg2unoidl \
- ) \
Library_unoidl \
Package_inc \
))
+ifneq ($(CROSS_COMPILING),YES)
+$(eval $(call gb_Module_add_targets,unoidl, \
+ Executable_reg2unoidl \
+))
+endif
+
# vim: set noet sw=4 ts=4: