While these dependency information was generated from the start of mmc-utils it was never used. Using these informations results in mmc being rebuild when e.g. mmc.h was touched. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5e4eb1cb0153..aa27ff2b7707 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,6 @@ install: $(progs) install-man $(INSTALL) -m755 -d $(DESTDIR)$(bindir) $(INSTALL) $(progs) $(DESTDIR)$(bindir) +-include $(foreach obj,$(objects), $(dir $(obj))/.$(notdir $(obj)).d) + .PHONY: all clean install manpages install-man -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html