solenv/gbuild/Gallery.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit bc910480d685576faa13c92ec7d0b6c0e3c968ed Author: Michael Meeks <[email protected]> Date: Thu Nov 26 18:22:52 2015 +0000 Attempt to improve gallery generation dependencies. Change-Id: Iab196e87e0eb4b063d77fe4af10c58b8355665c4 Reviewed-on: https://gerrit.libreoffice.org/20210 Reviewed-by: Michael Meeks <[email protected]> Tested-by: Michael Meeks <[email protected]> diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk index 2ce708d..c286339 100644 --- a/solenv/gbuild/Gallery.mk +++ b/solenv/gbuild/Gallery.mk @@ -68,7 +68,10 @@ $(dir $(call gb_Gallery_get_target,$(1)))%/.dir : $(if $(wildcard $(dir $@)),,mkdir -p $(dir $@)) $(call gb_Gallery_get_target,%) : \ - $(call gb_Executable_get_runtime_dependencies,gengal) + $(call gb_Executable_get_runtime_dependencies,gengal) \ + $(INSTDIR)/program/$(call gb_Helper_get_rcfile,gengal) \ + $(call gb_ComponentTarget_get_target,ucb/source/core/ucb1) \ + $(call gb_ComponentTarget_get_target,ucb/source/ucp/file/ucpfile1) $(call gb_Gallery__command,$@,$*) $(call gb_Gallery__get_final_target,%) : _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
