summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-06-07 08:34:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-07 08:34:51 (GMT)
commit26c117d05d0714ab688ebcafc8eb68c769152bde (patch)
tree701511de4a07d3b5ac533ce8468f3b28a4a523f5 /Makefile
parent3ff7e178dc5c93e9d5b2738b1738a1a230a1b81a (diff)
downloadgit-26c117d05d0714ab688ebcafc8eb68c769152bde.zip
git-26c117d05d0714ab688ebcafc8eb68c769152bde.tar.gz
git-26c117d05d0714ab688ebcafc8eb68c769152bde.tar.bz2
Makefile: test-parse-options depends on parse-options.h
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06c39e4..04bf8b1 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)