|
@@ -201,7 +201,7 @@ endef
|
|
|
# This must be repeated from GENTARGETS_INNER, otherwise we get an empty
|
|
|
# _DEPENDENCIES if _AUTORECONF is YES. Also filter the result of _AUTORECONF
|
|
|
# away from the non-host rule
|
|
|
-$(2)_DEPENDENCIES ?= $(filter-out host-automake host-autoconf host-libtool,\
|
|
|
+$(2)_DEPENDENCIES ?= $(filter-out host-automake host-autoconf host-libtool $(1),\
|
|
|
$(patsubst host-host-%,host-%,$(addprefix host-,$($(3)_DEPENDENCIES))))
|
|
|
|
|
|
|