aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-31 08:21:10 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-31 08:21:10 -0400
commitde4d7c3837c36fa4c78d10a49837ba505d723727 (patch)
tree89df9245e3bfdef3ad1ea2ae127d8dd6835ce1bc /Makefile.am
parentfe9f58514349c9d25b48ae29c87d8aaf065d0931 (diff)
parentaeffbe51017c7b4f401ab5c658075417610caccd (diff)
downloadtor-de4d7c3837c36fa4c78d10a49837ba505d723727.tar.gz
tor-de4d7c3837c36fa4c78d10a49837ba505d723727.zip
Merge branch 'ticket26447'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 202197f5f5..3df35ad3f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -203,7 +203,7 @@ doxygen:
test: all
$(top_builddir)/src/test/test
-check-local: check-spaces check-changes
+check-local: check-spaces check-changes check-includes
need-chutney-path:
@if test ! -d "$$CHUTNEY_PATH"; then \
@@ -320,7 +320,7 @@ endif
check-includes:
if USEPYTHON
- $(top_srcdir)/scripts/maint/checkIncludes.py
+ $(PYTHON) $(top_srcdir)/scripts/maint/checkIncludes.py
endif
check-docs: all