X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/270fe35d13f87ccf41feef8642c47a968a480a37..46ba32a61f3690ea0b72fe4d372e97b9d644146d:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 7355b9e31..d3aec6439 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -121,11 +121,3 @@ $(eval $(call Require,gnutar, \ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) - -define Require/find - find . -maxdepth 1 -exec ls {} + > /dev/null 2>&1 -endef - -$(eval $(call Require,find, \ - Please install GNU find 4.2.12 or better. \ -))