Browse Source

Run check-includes.py script with detected python path.

Nick Mathewson 5 years ago
parent
commit
aeffbe5101
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -314,7 +314,7 @@ endif
 
 check-includes:
 if USEPYTHON
-	$(top_srcdir)/scripts/maint/checkIncludes.py
+	$(PYTHON) $(top_srcdir)/scripts/maint/checkIncludes.py
 endif
 
 check-docs: all