fix gnu find prereq check

SVN-Revision: 21078
master
Felix Fietkau 15 years ago
parent f28a87cf3a
commit 8149815189
  1. 2
      include/prereq-build.mk

@ -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, \

Loading…
Cancel
Save