summaryrefslogtreecommitdiff
path: root/unoidl/Module_unoidl.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-16 16:48:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-16 16:48:09 +0200
commitfc54915c461dc753866627bd52ea60b12b71a012 (patch)
tree8f71995fb5420ae1c32e8669e3fd249c82728f8e /unoidl/Module_unoidl.mk
parent95e566b9a0df06d130e118181058273f034bcf2c (diff)
Replace reg2unoidl with unoidl-write
...that can also generate an .rdb containing a specific set of entities, intended to replace idlc (when reading directly from .idl source registries). Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a
Diffstat (limited to 'unoidl/Module_unoidl.mk')
-rw-r--r--unoidl/Module_unoidl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 92a779e3770f..c0352579b4c9 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Module_add_targets,unoidl, \
))
$(eval $(call gb_Module_add_targets_for_build,unoidl, \
- Executable_reg2unoidl \
+ Executable_unoidl-write \
))
# vim: set noet sw=4 ts=4: