changeset 21944:9cf2d362b1de

Makefile: Fix make distcheck when using scan-build The _build directory shouldn't be deleted afterwards or it'll just fail.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Tue, 11 Apr 2017 14:55:04 +0300
parents 8e4a000eaf35
children 58504d6c66d2
files Makefile.am
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Tue Apr 11 11:23:17 2017 +0300
+++ b/Makefile.am	Tue Apr 11 14:55:04 2017 +0300
@@ -95,5 +95,4 @@
 	  if ! rmdir scan-reports 2>/dev/null; then \
 	    exit 1; \
 	  fi; \
-	  cd ../..; rm -rf $(distdir)/_build/*; \
 	fi