projects
/
10.03
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d1fca
)
[backfire] merge prereq check fix from r21078
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Apr 2010 20:43:16 +0000
(20:43 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Apr 2010 20:43:16 +0000
(20:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21079
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
4d1ae89
..
84d3f22
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-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, \