projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f29dac
)
Fix dependencies of parse-options test program
author
Alex Riesen
<raa.lkml@gmail.com>
Tue, 13 Nov 2007 23:16:36 +0000
(
00:16
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 14 Nov 2007 10:05:19 +0000
(
02:05
-0800)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 18c61f3e6335182db91e3c3dbc254a32836fcc18..9c6776e5970b38d0a8de8d35680aa83d54f41c01 100644
(file)
--- 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)