Makefile.in | 1 + 1 file changed, 1 insertion(+) New commits: commit b37d52696c393d8f4a908b67932a1ecf4aa7b917 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Wed Feb 19 12:32:21 2025 +0100 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Wed Feb 19 14:32:24 2025 +0100
changes to distro-config files also should trigger re-running autogen.sh As otherwise if autogen.input contains a --with-distro-config=foo line and if that distro-configs/foo.conf get changed, the build won't pick up the changes unless autogen.sh is triggered manually, and that's not what is intended/expected. Change-Id: I81523572cedb953fff7cb69b8739fb1c76c9718a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181886 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/Makefile.in b/Makefile.in index b049de46620e..7941da9a2848 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \ $(SRCDIR)/instsetoo_native/util/openoffice.lst.in \ $(SRCDIR)/configure.ac \ $(SRCDIR)/config_host/*.h.in \ + $(SRCDIR)/distro-configs/*.conf $(SRCDIR)/distro-configs/Jenkins/* \ $(SRCDIR)/download.lst \ $(SRCDIR)/m4/*.m4 \ $(BUILDDIR)/autogen.input \