Skip to content

Commit

Permalink
Makefile: Another fix for make distcheck when using scan-build
Browse files Browse the repository at this point in the history
It seems to run two configures with different parameters, which results in
some of the files not being cleaned up. So this hopefully fixes:

ERROR: files left in build directory after distclean:
./src/util/tcpwrap
  • Loading branch information
sirainen committed Apr 12, 2017
1 parent da269a5 commit 17076d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ distcheck-hook:
if ! rmdir scan-reports 2>/dev/null; then \
exit 1; \
fi; \
make distclean; \
fi

0 comments on commit 17076d5

Please sign in to comment.