From: Junio C Hamano Date: Sun, 7 Jun 2009 08:34:51 +0000 (-0700) Subject: Makefile: test-parse-options depends on parse-options.h X-Git-Tag: v1.6.4-rc0~82 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26c117d05d0714ab688ebcafc8eb68c769152bde;p=git.git Makefile: test-parse-options depends on parse-options.h Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 06c39e449..04bf8b1ce 100644 --- a/Makefile +++ b/Makefile @@ -1524,6 +1524,8 @@ 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)