make: Replace "pereq" in targets by "deps"

"prereq" is simply impossible to use in explanations with a straight face.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-12-07 19:21:08 +00:00
commit 6bdb16878a
6 changed files with 22 additions and 22 deletions

View file

@ -186,7 +186,7 @@ prefix.done:
mkdir -p $(PREFIX)
touch $@
echo-prereq-build:
echo-build-deps:
@echo $(call proj_query, required-os-pkg --flavours "build" $(PROJECT))
git-ssh-%: