From: rwhitby 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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9410914706d9bf2ab8087e3c521b785dcf58c358;p=packages.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. git-svn-id: svn://svn.openwrt.org/openwrt/packages@7373 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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