diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-28 13:07:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-28 14:31:29 +0100 |
commit | 46d434cd12f49fdaab93e8d60b7519f33a711666 (patch) | |
tree | cd735208a2396deeccb529c7cf00261d93d8ebef /Makefile.in | |
parent | 9c04c42425ae722e695fa4e340cabf0ca2846651 (diff) |
Let distclean remove all of generated config_build/ tree
Change-Id: I8d12454003c0bd23170007e30f96016b47820f5f
Reviewed-on: https://gerrit.libreoffice.org/64157
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 393e94fda331..7cf5a9254233 100644 --- a/Makefile.in +++ b/Makefile.in @@ -214,7 +214,7 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/config.status \ $(BUILDDIR)/config_build.mk \ $(BUILDDIR)/config_build_lang.mk \ - $(BUILDDIR)/config_build/*.h \ + $(BUILDDIR)/config_build \ $(BUILDDIR)/config_host.mk \ $(BUILDDIR)/config_host.mk.stamp \ $(BUILDDIR)/config_host_lang.mk \ |