flow-tools: Make the 'all' compile target explicit, else the build fails with make version 3.81 cause $(1) defaults to a non-existent Makefile target.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7373 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rwhitby 2007-05-28 14:04:48 +00:00
parent 412c5ea56f
commit 9410914706

View 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