Makefile: test-parse-options depends on parse-options.h

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2009-06-07 01:34:51 -07:00
parent 3ff7e178dc
commit 26c117d05d
1 changed files with 2 additions and 0 deletions

View File

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