From 9410914706d9bf2ab8087e3c521b785dcf58c358 Mon Sep 17 00:00:00 2001 From: rwhitby Date: Mon, 28 May 2007 14:04:48 +0000 Subject: [PATCH] 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 --- net/flow-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0