From: Robert Yang <liezhi.yang@xxxxxxxxxxxxx> The rule SETARCH_MAN_LINKS is used for the files under the sys-utils dir, for example: echo ".so man8/setarch.8" > sys-utils/linux32.8 but it depends on nothing so that the sys-utils dir may not exist, we can create the sys-utils dir to fix problem. Signed-off-by: Robert Yang <liezhi.yang@xxxxxxxxxxxxx> --- sys-utils/Makemodule.am | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am index 6265282..62ead37 100644 --- a/sys-utils/Makemodule.am +++ b/sys-utils/Makemodule.am @@ -124,6 +124,7 @@ man_MANS += $(SETARCH_MAN_LINKS) CLEANFILES += $(SETARCH_MAN_LINKS) $(SETARCH_MAN_LINKS): + $(MKDIR_P) sys-utils $(AM_V_GEN)echo ".so man8/setarch.8" > $@ install-exec-hook-setarch: -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html