Re: [PATCH] Fix dependencies of parse-options test program

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alex Riesen <raa.lkml@...>
Cc: <git@...>, Junio C Hamano <junkio@...>
Date: Tuesday, November 13, 2007 - 7:46 pm

Hi,

apparently I forgot to send this patch, which I thought was only relevant 
in the builtin-commit branch of mine:

-- snipsnap --
[PATCH] Makefile: add correct dependencies for test-parse-options

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index bda8762..2abb8da 100644
--- a/Makefile
+++ b/Makefile
@@ -996,6 +996,10 @@ test-date$X: date.o ctype.o
 
 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)
-- 
1.5.3.5.1769.gc3bdd

-
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)