utils: Makefile: Rename "default" target to "all"

As "all" target is supported by upper level Makefile, and target
names are passed to subdirectory Makefiles, all of them need to
support "all" target as well. Rename default target for simplicity.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-07-27 19:01:58 +02:00
parent d01c26d629
commit fa61d2d3a6

View File

@ -29,7 +29,7 @@ endef
endif
# Just a placeholder when running make from parent dir without install/uninstall arg
default: ;
all: ;
install:
@echo "Installing Open-CAS utils"