summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-21 17:32:17 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-21 17:32:17 -0400
commit9af06bdd1ed4894261fe350d0bb4fee5df7264ee (patch)
tree47f41efa664717b87062933dd7919aa65b0de057 /Makefile.am
parent2032d7ca6f0d082c3774c922944feb7d73c8a851 (diff)
downloadtor-9af06bdd1ed4894261fe350d0bb4fee5df7264ee.tar.gz
tor-9af06bdd1ed4894261fe350d0bb4fee5df7264ee.zip
Whoops; only run lintchanges when usepython
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c454f79c6..ad2ceb66a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -216,9 +216,11 @@ check-logs:
.PHONY: check-changes
check-changes:
+if USEPYTHON
@if test -d "$(top_srcdir)/changes"; then \
$(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \
fi
+endif
.PHONY: update-versions
update-versions: