git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix dependencies of parse-options test program
@ 2007-11-13 23:16 Alex Riesen
  2007-11-13 23:46 ` Johannes Schindelin
  2007-11-14  0:03 ` Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Alex Riesen @ 2007-11-13 23:16 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Johannes Schindelin

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-11-14  8:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 23:16 [PATCH] Fix dependencies of parse-options test program Alex Riesen
2007-11-13 23:46 ` Johannes Schindelin
2007-11-14  0:08   ` Pierre Habouzit
2007-11-14  0:12     ` Johannes Schindelin
2007-11-14  8:48       ` Pierre Habouzit
2007-11-14  0:03 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).