diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-12-02 23:11:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-12-03 08:05:33 +0100 |
commit | 74895bf55846c56cebbd927817b8b9756ed800d0 (patch) | |
tree | 9bf86f83d5d99eb23d4656656408fa0e270da105 | |
parent | cd96af570352ff19b1f1a3d006750237eba8ca5c (diff) |
distclean generated solenv/lockfile/autoconf.h
...introduced with e050b09c7ef193da9da4441d9984c793e35b5a8a "gbuild: serialize
dynamic link for static builds"
Change-Id: I31410cfe2291d51a860d33fed1861eb933bbb10e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126264
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2d94186644ea..e8774a3987c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -225,6 +225,7 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/configure \ $(BUILDDIR)/hardened_runtime.xcent \ $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ + $(BUILDDIR)/solenv/lockfile/autoconf.h \ $(BUILDDIR)/sysui/desktop/macosx/Info.plist \ $(BUILDDIR)/vs-code-template.code-workspace $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \; |