From: Nick Mathewson Date: Mon, 30 Jul 2018 13:07:19 +0000 (-0400) Subject: Run check-includes.py script with detected python path. X-Git-Tag: tor-0.3.5.1-alpha~175^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeffbe51017c7b4f401ab5c658075417610caccd;p=thirdparty%2Ftor.git Run check-includes.py script with detected python path. --- diff --git a/Makefile.am b/Makefile.am index adeca6e43a..73dc56b281 100644 --- a/Makefile.am +++ b/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