projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0326c
)
flow-tools: Make the 'all' compile target explicit, else the build fails with make...
author
Rod Whitby
<rod@whitby.id.au>
Mon, 28 May 2007 14:04:48 +0000
(14:04 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 28 May 2007 14:04:48 +0000
(14:04 +0000)
SVN-Revision: 7373
net/flow-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/flow-tools/Makefile
b/net/flow-tools/Makefile
index
4c2b265
..
af74cdd
100644
(file)
--- a/
net/flow-tools/Makefile
+++ b/
net/flow-tools/Makefile
@@
-34,7
+34,7
@@
define Package/flow-tools
endef
define Build/Compile
- $(call Build/Compile/Default)
+ $(call Build/Compile/Default
,all
)
endef
define Package/flow-tools/install