summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2007-11-13 23:16:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-14 10:05:19 (GMT)
commit481424e1f100de690849a9f0348fc78f45ab815e (patch)
treea4f984be03fda30cd2daf563f403295e6b0b3970 /Makefile
parent2f29dac5a902a6be58ffddc598c4e17f79a0d841 (diff)
downloadgit-481424e1f100de690849a9f0348fc78f45ab815e.zip
git-481424e1f100de690849a9f0348fc78f45ab815e.tar.gz
git-481424e1f100de690849a9f0348fc78f45ab815e.tar.bz2
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 18c61f3..9c6776e 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)