Kaydet (Commit) 7369a8ca authored tarafından Matúš Kukan's avatar Matúš Kukan

ucpp is not an ExternalExecutable

Change-Id: Ib9a82acd375d12c6050bc5674816993ef62eaa61
üst 86015b2c
......@@ -693,7 +693,6 @@ $(eval $(call gb_ExternalExecutable_register_executables,\
genccode \
gencmn \
python \
ucpp \
xmllint \
xsltproc \
))
......
......@@ -2852,11 +2852,13 @@ endef
endif
ifeq (,$(SYSTEM_UCPP))
define gb_Executable__register_idlc
$(call gb_Executable_add_runtime_dependencies,idlc,\
$(call gb_ExternalExecutable_get_dependencies,ucpp) \
$(call gb_Executable_get_target_for_build,ucpp) \
)
endef
endif
define gb_Executable__register_localize
$(call gb_Executable_add_runtime_dependencies,localize,\
......@@ -2922,19 +2924,6 @@ endef
endif # SYSTEM_LIBXSLT_FOR_BUILD
ifneq (,$(SYSTEM_UCPP))
gb_ExternalExecutable__register_ucpp :=
else # ! SYSTEM_UCPP
define gb_ExternalExecutable__register_ucpp
$(call gb_ExternalExecutable_set_internal,ucpp)
endef
endif # SYSTEM_UCPP
ifeq (,$(PYTHON_FOR_BUILD))
define gb_ExternalExecutable__register_python
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment