Browse Source

Whoops; only run lintchanges when usepython

Nick Mathewson 6 years ago
parent
commit
9af06bdd1e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile.am

+ 2 - 0
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: