From fc5241a2e873e4194755121a8405f98f04f2b962 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 2 Jan 2018 13:09:06 +0000 Subject: [PATCH] Now excplicitly calling python2 executable instead of python Signed-off-by: Jan Lindemann --- test/trim-src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/trim-src/Makefile b/test/trim-src/Makefile index 0ed9934..f725694 100644 --- a/test/trim-src/Makefile +++ b/test/trim-src/Makefile @@ -18,5 +18,5 @@ clean.test: clean: clean.test help: - python $(EXE) -h - python $(EXE) beautify -h + python2 $(EXE) -h + python2 $(EXE) beautify -h