diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2007-11-14 00:16:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 02:05:19 -0800 |
commit | 481424e1f100de690849a9f0348fc78f45ab815e (patch) | |
tree | a4f984be03fda30cd2daf563f403295e6b0b3970 /Makefile | |
parent | 2f29dac5a902a6be58ffddc598c4e17f79a0d841 (diff) | |
download | git-481424e1f100de690849a9f0348fc78f45ab815e.tar.gz |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |