From 967161d885891f8254797f574b3478014b257077 Mon Sep 17 00:00:00 2001 From: Rod Whitby 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. SVN-Revision: 7373 --- 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.30.2