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:
parent
412c5ea56f
commit
9410914706
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user