From d712cdbce4e883f3a79307251ce1fa705a0e1226 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 18 Aug 2016 10:12:24 +0200 Subject: [PATCH] fix for compilers without explicit path --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index cccbe18..5fee059 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -444,7 +444,7 @@ install build: %: @true -else ifeq ($(wildcard $(firstword ${CC})),) +else ifeq ($(shell which $(firstword ${CC})),) install% build%: build install build: