prereq-build: revert "fix which detection on Fedora"

This reverts commit fca5ad55d2.

Causes problems on MacOS host systems.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Paul Spooren 2021-09-30 18:26:14 -10:00 committed by Tianling Shen
parent 3eccfa22f4
commit 297df88ea8
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -186,7 +186,7 @@ $(eval $(call SetupHostCommand,rsync,Please install 'rsync', \
rsync --version </dev/null))
$(eval $(call SetupHostCommand,which,Please install 'which', \
env which which | grep which))
which which | grep which))
$(STAGING_DIR_HOST)/bin/mkhash: $(SCRIPT_DIR)/mkhash.c
mkdir -p $(dir $@)