1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 18:23:17 +03:00

fix gnu find prereq check

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21078 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-04-21 20:42:09 +00:00
parent 09c9f2df57
commit c5d266aa2a

View File

@ -134,7 +134,7 @@ $(eval $(call RequireCommand,svn, \
)) ))
define Require/gnu-find define Require/gnu-find
$(FIND) $(TMP_DIR) -lname foo $(FIND) --version 2>/dev/null
endef endef
$(eval $(call Require,gnu-find, \ $(eval $(call Require,gnu-find, \