make: Clearly specify python version for cmake_transform.

This makes sure that we always use python3 to run the
script, which is only supported on python3.

Change-Id: I0d0e42f368d2d26237bb467e692bee1bb56fd176
diff --git a/GNUmakefile b/GNUmakefile
index 9f3aa00..1b4fd5c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,4 +57,4 @@
 cmake:
 	@rm -f $(JSON_FILE)
 	$(call write-to-file,$(JSON_FILE),30,$(JSON_DUMP))
-	$(hide) python cmake_transform.py -i $(JSON_FILE) -c $(JSON_FILE) -o ${_BUILD_ROOT} 
+	$(hide) python3 cmake_transform.py -i $(JSON_FILE) -c $(JSON_FILE) -o ${_BUILD_ROOT}