Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-06-07 12:34:51 +0400
committerJunio C Hamano <gitster@pobox.com>2009-06-07 12:34:51 +0400
commit26c117d05d0714ab688ebcafc8eb68c769152bde (patch)
tree701511de4a07d3b5ac533ce8468f3b28a4a523f5 /Makefile
parent3ff7e178dc5c93e9d5b2738b1738a1a230a1b81a (diff)
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 06c39e449d..04bf8b1ceb 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)