|
@@ -141,7 +141,7 @@ endef
|
|
################################################################################
|
|
################################################################################
|
|
define ASCIIDOC
|
|
define ASCIIDOC
|
|
# Single line, because splitting a foreach is not easy...
|
|
# Single line, because splitting a foreach is not easy...
|
|
-$(1)-check-dependencies: asciidoc-check-dependencies
|
|
|
|
|
|
+$(1)-check-dependencies: asciidoc-check-dependencies $$($(2)_DEPENDENCIES)
|
|
$$(Q)$$(foreach hook,$$($(2)_CHECK_DEPENDENCIES_HOOKS),$$(call $$(hook))$$(sep))
|
|
$$(Q)$$(foreach hook,$$($(2)_CHECK_DEPENDENCIES_HOOKS),$$(call $$(hook))$$(sep))
|
|
|
|
|
|
# Single line, because splitting a foreach is not easy...
|
|
# Single line, because splitting a foreach is not easy...
|