desktop/CustomTarget_soffice.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b6feea0a84d34a2d74fcba499a48c5902f42200c
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Sun Jan 9 01:09:48 2022 +0100
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Sun Jan 9 12:06:14 2022 +0100

    soffice.sh depends on config_host.mk for the sed
    
    Change-Id: Ifd2ab80fcbfa05ad606a88ac83f1f65dd1713490
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128180
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>

diff --git a/desktop/CustomTarget_soffice.mk b/desktop/CustomTarget_soffice.mk
index 1fa356db16b3..d56f571628fe 100644
--- a/desktop/CustomTarget_soffice.mk
+++ b/desktop/CustomTarget_soffice.mk
@@ -14,6 +14,7 @@ $(call gb_CustomTarget_get_target,desktop/soffice) : \
 
 $(call gb_CustomTarget_get_workdir,desktop/soffice)/soffice.sh : \
                $(SRCDIR)/desktop/scripts/soffice.sh \
+               $(BUILDDIR)/config_host.mk \
                | $(call gb_CustomTarget_get_workdir,desktop/soffice)/.dir
        $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1)
        $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),SED)

Reply via email to