diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-09 01:09:48 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-09 12:06:14 +0100 |
commit | b6feea0a84d34a2d74fcba499a48c5902f42200c (patch) | |
tree | 76c0a83a9c8a234b14c4c276104f68cb2010ca5d /desktop | |
parent | 7650d164a1e9c34ce99bf30bf4198e7ceb21fb5d (diff) |
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 <glogow@fbihome.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/CustomTarget_soffice.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) |