1
0
mirror of https://github.com/git/git.git synced 2024-11-19 09:23:54 +01:00

Fix dependencies of parse-options test program

A stale test-parse-options can break t0040 otherwise.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alex Riesen 2007-11-14 00:16:36 +01:00 committed by Junio C Hamano
parent 2f29dac5a9
commit 481424e1f1

@ -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)