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:
authorAlex Riesen <raa.lkml@gmail.com>2007-11-14 02:16:36 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-14 13:05:19 +0300
commit481424e1f100de690849a9f0348fc78f45ab815e (patch)
treea4f984be03fda30cd2daf563f403295e6b0b3970 /Makefile
parent2f29dac5a902a6be58ffddc598c4e17f79a0d841 (diff)
Fix dependencies of parse-options test program
A stale test-parse-options can break t0040 otherwise. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> 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 18c61f3e63..9c6776e597 100644
--- a/Makefile
+++ b/Makefile
@@ -998,6 +998,8 @@ test-date$X: date.o ctype.o
test-delta$X: diff-delta.o patch-delta.o
+test-parse-options$X: parse-options.o
+
.PRECIOUS: $(patsubst test-%$X,test-%.o,$(TEST_PROGRAMS))
test-%$X: test-%.o $(GITLIBS)