From: Rod Whitby Date: Mon, 28 May 2007 14:04:48 +0000 (+0000) Subject: flow-tools: Make the 'all' compile target explicit, else the build fails with make... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=967161d885891f8254797f574b3478014b257077;p=openwrt%2Fsvn-archive%2Fpackages.git 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. SVN-Revision: 7373 --- diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index 4c2b26581..af74cddae 100644 --- 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