fix gnu find prereq check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21078 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
363ea132f0
commit
934a788454
|
@ -134,7 +134,7 @@ $(eval $(call RequireCommand,svn, \
|
|||
))
|
||||
|
||||
define Require/gnu-find
|
||||
$(FIND) $(TMP_DIR) -lname foo
|
||||
$(FIND) --version 2>/dev/null
|
||||
endef
|
||||
|
||||
$(eval $(call Require,gnu-find, \
|
||||
|
|
Loading…
Reference in New Issue