Hi, apparently I forgot to send this patch, which I thought was only relevant in the builtin-commit branch of mine: -- snipsnap -- [PATCH] Makefile: add correct dependencies for test-parse-options Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index bda8762..2abb8da 100644 --- a/Makefile +++ b/Makefile @@ -996,6 +996,10 @@ test-date$X: date.o ctype.o test-delta$X: diff-delta.o patch-delta.o +test-parse-options$X: parse-options.o + +test-parse-options.o: parse-options.h + .PRECIOUS: $(patsubst test-%$X,test-%.o,$(TEST_PROGRAMS)) test-%$X: test-%.o $(GITLIBS) -- 1.5.3.5.1769.gc3bdd - 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