X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/270fe35d13f87ccf41feef8642c47a968a480a37..e843d1020d7dd67529374f28b93cb4d08592050b:/include/prereq-build.mk?ds=inline diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 7355b9e31..6311e601b 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -122,10 +122,3 @@ $(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. \ -))