David Aguilar <davvid@xxxxxxxxx> writes: > diff --git a/Documentation/Makefile b/Documentation/Makefile > index 267dfe1..f595d26 100644 > --- a/Documentation/Makefile > +++ b/Documentation/Makefile > @@ -226,13 +226,27 @@ cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT) > $(PERL_PATH) ./cmd-list.perl ../command-list.txt $(QUIET_STDERR) && \ > date >$@ > > +mergetools_txt = mergetools-diff.txt mergetools-merge.txt > + > +$(mergetools_txt): mergetools-list.made The product of files that include these two and doc.dep target have to depend on these two files being up to date. doc.dep depends on $(wildcard *.txt) so you may be lucky and $(mergetools_txt) have been built once in which case they would depend on it, or unlukcy and end up doc.dep that does not know about them, no? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html