X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4d761f0cd585654092dc87bc4887d0125f1cbd0b..bcc888bd0c58f2a116a9499d90458d20f90cca66:/include/prereq-build.mk?ds=inline diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 11ee111ce..b0114f0b9 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -123,3 +123,10 @@ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) +define Require/gnu-find + $(FIND) $(TMP_DIR) -lname foo +endef + +$(eval $(call Require,gnu-find, \ + Please install GNU find \ +))