diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 14:06:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 14:06:42 +0100 |
commit | 16b48021e12641fbba4320f70e06ae0462f1995f (patch) | |
tree | 6047919607e85a36b663dd6a68cd131b22d1419f /Makefile.in | |
parent | 13b73d94dc2f6fc707e94eb58aee449494128d82 (diff) |
Fix cross-compilation "make distclean"
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 cc8a9827ada4..4ac5c4696789 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,6 +148,7 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/aclocal.m4 \ $(BUILDDIR)/autom4te.cache \ $(BUILDDIR)/config.log \ + $(BUILDDIR)/config.Build.log \ $(BUILDDIR)/config.status \ $(BUILDDIR)/config_build.mk \ $(BUILDDIR)/config_host.mk \ |