fix for compilers without explicit path

This commit is contained in:
2016-08-18 10:12:24 +02:00
parent 138aa78776
commit d712cdbce4
+1 -1
View File
@@ -444,7 +444,7 @@ install build:
%:
@true
else ifeq ($(wildcard $(firstword ${CC})),)
else ifeq ($(shell which $(firstword ${CC})),)
install% build%: build
install build: