From ba8e01fda463fb96078ca454d2ec9a4770565aae Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Thu, 26 Sep 2013 14:20:59 +0200 Subject: [PATCH] base-codezero: check scons and python2.6 on prepare --- base-codezero/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-codezero/Makefile b/base-codezero/Makefile index cd8830e4f0..ff518626cc 100644 --- a/base-codezero/Makefile +++ b/base-codezero/Makefile @@ -18,6 +18,8 @@ check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.)) $(call check_tool,git) $(call check_tool,patch) +$(call check_tool,python2.6) +$(call check_tool,scons) # # Print help information by default