From 481424e1f100de690849a9f0348fc78f45ab815e Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Wed, 14 Nov 2007 00:16:36 +0100 Subject: [PATCH] Fix dependencies of parse-options test program A stale test-parse-options can break t0040 otherwise. Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 18c61f3e63..9c6776e597 100644 --- a/Makefile +++ b/Makefile @@ -998,6 +998,8 @@ test-date$X: date.o ctype.o test-delta$X: diff-delta.o patch-delta.o +test-parse-options$X: parse-options.o + .PRECIOUS: $(patsubst test-%$X,test-%.o,$(TEST_PROGRAMS)) test-%$X: test-%.o $(GITLIBS) -- 2.11.4.GIT