Support make SdiTarget_...
Change-Id: I23dc4511a6f9f962adc8436ceb1a5b24823fb8e5 Reviewed-on: https://gerrit.libreoffice.org/47788 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
16a5223616
commit
777a05b09c
2 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ gbuild_TARGETS := AllLangHelp \
|
|||
Pyuno \
|
||||
PythonTest \
|
||||
Rdb \
|
||||
SdiTarget \
|
||||
StaticLibrary \
|
||||
UIConfig \
|
||||
UITest \
|
||||
|
|
|
@ -69,6 +69,7 @@ ifeq ($(gb_FULLDEPS),$(true))
|
|||
-include $(call gb_SdiTarget_get_dep_target,$(1))
|
||||
$(call gb_SdiTarget_get_dep_target,$(1)) :| $(dir $(call gb_SdiTarget_get_dep_target,$(1))).dir
|
||||
endif
|
||||
$(call gb_Helper_make_userfriendly_targets,$(1),SdiTarget)
|
||||
endef
|
||||
|
||||
define gb_SdiTarget_set_include
|
||||
|
|
Loading…
Reference in a new issue