From aeffbe51017c7b4f401ab5c658075417610caccd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 30 Jul 2018 09:07:19 -0400 Subject: [PATCH] Run check-includes.py script with detected python path. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3