fix gnu find prereq check
SVN-Revision: 21078
This commit is contained in:
parent
f28a87cf3a
commit
8149815189
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue