summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-19 14:29:08 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-19 14:29:08 -0400
commit4ecd09cfb7c5d43450d481807f60feb0aa98bccf (patch)
treead50d6f7ae98e8b811a04a12e34651d2f161828d /Makefile.am
parentea14fb136c6c771320d7c4ff6beab05d1dbc73aa (diff)
downloadtor-4ecd09cfb7c5d43450d481807f60feb0aa98bccf.tar.gz
tor-4ecd09cfb7c5d43450d481807f60feb0aa98bccf.zip
remove practracker from check-local (0.4.1 only)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a0d40d6a5..3f3de34ceb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -230,7 +230,7 @@ shellcheck:
fi; \
fi
-check-local: check-spaces check-changes check-includes check-best-practices shellcheck
+check-local: check-spaces check-changes check-includes shellcheck
need-chutney-path:
@if test ! -d "$$CHUTNEY_PATH"; then \