diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-07 01:34:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-07 01:34:51 -0700 |
commit | 26c117d05d0714ab688ebcafc8eb68c769152bde (patch) | |
tree | 701511de4a07d3b5ac533ce8468f3b28a4a523f5 | |
parent | 3ff7e178dc5c93e9d5b2738b1738a1a230a1b81a (diff) | |
download | git-26c117d05d0714ab688ebcafc8eb68c769152bde.tar.gz |
Makefile: test-parse-options depends on parse-options.h
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |