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.lorimer.id.au/gitweb.git/diff_plain/481424e1f100de690849a9f0348fc78f45ab815e?ds=inline;hp=--cc 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 --- 481424e1f100de690849a9f0348fc78f45ab815e 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)