From: Timo Sirainen Date: Tue, 11 Apr 2017 11:55:04 +0000 (+0300) Subject: Makefile: Fix make distcheck when using scan-build X-Git-Tag: 2.2.29.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe042c0240180326ca08eaae192bcd0ee51327b4;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Fix make distcheck when using scan-build The _build directory shouldn't be deleted afterwards or it'll just fail. --- diff --git a/Makefile.am b/Makefile.am index 38e23c1129..26b7c57fad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,5 +95,4 @@ distcheck-hook: if ! rmdir scan-reports 2>/dev/null; then \ exit 1; \ fi; \ - cd ../..; rm -rf $(distdir)/_build/*; \ fi