From ec05c2c542f92cb15c94875b4cd0ff646be787e1 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 6 Apr 2018 17:19:21 +1000 Subject: [PATCH] Makefile: fix autotools circular dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 748e2344..5209d1e1 100644 --- a/Makefile +++ b/Makefile @@ -444,7 +444,7 @@ MXE_CONF_PKGS := mxe-conf # autotools/cmake are generally always required, but separate them # for the case of `make gcc` which should only build real deps. -AUTOTOOLS_PKGS := $(filter-out $(MXE_CONF_PKGS) $(BUILD)~autotools autoconf automake libtool, \ +AUTOTOOLS_PKGS := $(filter-out $(MXE_CONF_PKGS) %autotools autoconf automake libtool, \ $(sort $(basename $(notdir \ $(shell grep -l 'auto[conf\|reconf\|gen\|make]\|aclocal\|LIBTOOL' \ $(addsuffix /*.mk,$(MXE_PLUGIN_DIRS)))))))