X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4d761f0cd585654092dc87bc4887d0125f1cbd0b..f3a87e2bd87c0bf884a291948aa8fb998875cb20:/include/prereq-build.mk 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 \ +))