projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328f7e7
)
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 4c2b265814e3ef8537041fc808ebb4ff1d2b7056..af74cddaebeea0fa6946c0ed016f116de955c414 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