From: Nick Mathewson Date: Thu, 21 Sep 2017 21:32:17 +0000 (-0400) Subject: Whoops; only run lintchanges when usepython X-Git-Tag: tor-0.3.2.2-alpha~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9af06bdd1ed4894261fe350d0bb4fee5df7264ee;p=thirdparty%2Ftor.git Whoops; only run lintchanges when usepython --- 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: