diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-06-01 08:06:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-06-01 09:10:41 +0200 |
commit | c2096ecb244cd70736e1e3be02e856a6d9ef57b5 (patch) | |
tree | 4fa3e9f04f90f9966f58dda0a1b150a14068cac9 /Makefile.in | |
parent | e6c25186c8584f68b5f8074004556bd855200fff (diff) |
Better keep these $(BUILDDIR)/config.* lines sorted lexicographically
...after 16b48021e12641fbba4320f70e06ae0462f1995f "Fix cross-compilation 'make
distclean'"
Change-Id: I544f43adf5603cfd6f704429abad7055e7061058
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116510
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b75d07bd137b..22421de6365a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,8 +208,8 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/bin/bffvalidator.sh \ $(BUILDDIR)/bin/odfvalidator.sh \ $(BUILDDIR)/bin/officeotron.sh \ - $(BUILDDIR)/config.log \ $(BUILDDIR)/config.Build.log \ + $(BUILDDIR)/config.log \ $(BUILDDIR)/config.status \ $(BUILDDIR)/config_build.mk \ $(BUILDDIR)/config_build_lang.mk \ |