diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-24 13:45:47 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-24 18:20:01 +0100 |
commit | 6bed8aa4462ac553921392533be646ef26f7b9e7 (patch) | |
tree | 4cbad28d4c8a106230f4534c32f0a8147b013342 /Makefile.in | |
parent | cf6976280f5371c01251c0ffce206535433207a3 (diff) |
Re-run autogen.sh on m4 macro change
Change-Id: I8cd1203bcdf1b98bb34c0fd1ec38ad3f6af0eaed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127422
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index bf756f205915..92ff372429b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,6 +46,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \ $(SRCDIR)/configure.ac \ $(SRCDIR)/config_host/*.h.in \ $(SRCDIR)/download.lst \ + $(SRCDIR)/m4/*.m4 \ $(BUILDDIR)/autogen.input \ $(BUILDDIR)/autogen.lastrun \ $(BUILDDIR)/autogen.sh \ |