Explorar el Código

Whoops; only run lintchanges when usepython

Nick Mathewson hace 6 años
padre
commit
9af06bdd1e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: