summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-04-06 07:19:21 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-04-06 07:19:21 (GMT)
commitec05c2c542f92cb15c94875b4cd0ff646be787e1 (patch)
tree7bd83a4963a3ca7fb89105bb0339ea2077eeca04 /Makefile
parent330474078c0045b9efcfba20b79d7c2817640075 (diff)
downloadmxe-ec05c2c542f92cb15c94875b4cd0ff646be787e1.zip
mxe-ec05c2c542f92cb15c94875b4cd0ff646be787e1.tar.gz
mxe-ec05c2c542f92cb15c94875b4cd0ff646be787e1.tar.bz2
Makefile: fix autotools circular dep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 748e234..5209d1e 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)))))))