summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/Makefile.in')
-rw-r--r--Examples/test-suite/python/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in
index 0c47d19ce..a7993b0b8 100644
--- a/Examples/test-suite/python/Makefile.in
+++ b/Examples/test-suite/python/Makefile.in
@@ -130,11 +130,11 @@ py2_runme = $(SCRIPTPREFIX)$*$(PY2SCRIPTSUFFIX)
py3_runme = $(SCRIPTPREFIX)$*$(PY3SCRIPTSUFFIX)
ifneq (,$(PEP8))
-check_pep8 = $(PEP8) $(PEP8_FLAGS) $(SCRIPTPREFIX)$*.py
+check_pep8 = $(COMPILETOOL) $(PEP8) $(PEP8_FLAGS) $(SCRIPTPREFIX)$*.py
check_pep8_multi_cpp = \
for f in `cat $(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)/$*.list` ; do \
- $(PEP8) $(PEP8_FLAGS) $$f.py; \
+ $(COMPILETOOL) $(PEP8) $(PEP8_FLAGS) $$f.py; \
done
endif