From: Alex Riesen Date: Tue, 13 Nov 2007 23:16:36 +0000 (+0100) Subject: Fix dependencies of parse-options test program X-Git-Tag: v1.5.4-rc0~218 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=481424e1f100de690849a9f0348fc78f45ab815e;p=git.git 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 --- diff --git a/Makefile b/Makefile index 18c61f3e6..9c6776e59 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)