[PATCH] Fix dependencies of parse-options test program

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Junio C Hamano <junkio@...>, Johannes Schindelin <Johannes.Schindelin@...>
Date: Tuesday, November 13, 2007 - 7:16 pm

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---

An old test-parse-options was breaking t0040.

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index cd6d469..af827f6 100644
--- a/Makefile
+++ b/Makefile
@@ -999,6 +999,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)
-- 
1.5.3.5.668.g22088


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix dependencies of parse-options test program, Alex Riesen, (Tue Nov 13, 7:16 pm)
Re: [PATCH] Fix dependencies of parse-options test program, Junio C Hamano, (Tue Nov 13, 8:03 pm)
Re: [PATCH] Fix dependencies of parse-options test program, Johannes Schindelin, (Tue Nov 13, 7:46 pm)
Re: [PATCH] Fix dependencies of parse-options test program, Pierre Habouzit, (Tue Nov 13, 8:08 pm)
Re: [PATCH] Fix dependencies of parse-options test program, Johannes Schindelin, (Tue Nov 13, 8:12 pm)
Re: [PATCH] Fix dependencies of parse-options test program, Pierre Habouzit, (Wed Nov 14, 4:48 am)