forked from epics_driver_modules/require
fix for compilers without explicit path
This commit is contained in:
@@ -444,7 +444,7 @@ install build:
|
||||
%:
|
||||
@true
|
||||
|
||||
else ifeq ($(wildcard $(firstword ${CC})),)
|
||||
else ifeq ($(shell which $(firstword ${CC})),)
|
||||
|
||||
install% build%: build
|
||||
install build:
|
||||
|
||||
Reference in New Issue
Block a user