Martin Roth fd8854ec0f Docs/Makefile: change 'which' to 'command -v'
The "which" command is not a posix command. Additionally, if a file
is not found, it outputs "command not found", so when checking to see
if the response is "", that doesn't work.

"command -v" is a posix compliant replacement that doesn't put out any
text if the command is not found, so is more suitable in this case
anyway.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I22207e818c847d50998f90c9abd55a3cb4bb2ab3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72922
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
2023-02-13 14:51:37 +00:00
..
2022-12-30 07:14:58 +00:00
2023-02-01 14:58:55 +00:00
2023-01-19 01:26:36 +00:00
2018-12-18 13:24:28 +00:00
2021-10-05 18:06:24 +00:00
2021-10-05 18:06:24 +00:00
2022-12-23 02:54:48 +00:00
2022-07-04 14:02:26 +00:00