flow-tools: Make the 'all' compile target explicit, else the build fails with make...
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 May 2007 14:04:48 +0000 (14:04 +0000)
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 May 2007 14:04:48 +0000 (14:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7373 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/flow-tools/Makefile

index 4c2b265..af74cdd 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