flow-tools: Make the 'all' compile target explicit, else the build fails with make...
authorRod Whitby <rod@whitby.id.au>
Mon, 28 May 2007 14:04:48 +0000 (14:04 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 28 May 2007 14:04:48 +0000 (14:04 +0000)
SVN-Revision: 7373

net/flow-tools/Makefile

index 4c2b265814e3ef8537041fc808ebb4ff1d2b7056..af74cddaebeea0fa6946c0ed016f116de955c414 100644 (file)
@@ -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