]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Fix make distcheck when using scan-build
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 11 Apr 2017 11:55:04 +0000 (14:55 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 11 Apr 2017 12:18:26 +0000 (15:18 +0300)
The _build directory shouldn't be deleted afterwards or it'll just fail.

Makefile.am

index 38e23c11292df0a84602b0c7a1dd7f0aad044718..26b7c57fad99f21c24b6e78816fdb33a42c5e77b 100644 (file)
@@ -95,5 +95,4 @@ distcheck-hook:
          if ! rmdir scan-reports 2>/dev/null; then \
            exit 1; \
          fi; \
-         cd ../..; rm -rf $(distdir)/_build/*; \
        fi