From 46d434cd12f49fdaab93e8d60b7519f33a711666 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 28 Nov 2018 13:07:03 +0100 Subject: 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 \ -- cgit