OSDN Git Service

Makefile: test-parse-options depends on parse-options.h
authorJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2009 08:34:51 +0000 (01:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2009 08:34:51 +0000 (01:34 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 06c39e4..04bf8b1 100644 (file)
--- 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)