X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=b0114f0b9e0a9b4e3a75e040c2de546afcda1496;hb=9050c1c2192c90c142a24743c00c4c79462bd609;hp=11ee111ced333dcc6286e9df3089c66a9ad8cb96;hpb=4d761f0cd585654092dc87bc4887d0125f1cbd0b;p=openwrt-10.03%2F.git 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 \ +))