diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-04-06 07:19:21 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-04-06 07:19:21 (GMT) |
commit | ec05c2c542f92cb15c94875b4cd0ff646be787e1 (patch) | |
tree | 7bd83a4963a3ca7fb89105bb0339ea2077eeca04 /Makefile | |
parent | 330474078c0045b9efcfba20b79d7c2817640075 (diff) | |
download | mxe-ec05c2c542f92cb15c94875b4cd0ff646be787e1.zip mxe-ec05c2c542f92cb15c94875b4cd0ff646be787e1.tar.gz mxe-ec05c2c542f92cb15c94875b4cd0ff646be787e1.tar.bz2 |
Makefile: fix autotools circular dep
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))))))) |