]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Run check-includes.py script with detected python path.
authorNick Mathewson <nickm@torproject.org>
Mon, 30 Jul 2018 13:07:19 +0000 (09:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 30 Jul 2018 13:07:19 +0000 (09:07 -0400)
Makefile.am

index adeca6e43abe48d4289c0e69772c2443db89708d..73dc56b2815343248c94ba1a8d669bec78fe5872 100644 (file)
@@ -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