projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff7e17
)
Makefile: test-parse-options depends on parse-options.h
author
Junio C Hamano
<gitster@pobox.com>
Sun, 7 Jun 2009 08:34:51 +0000
(
01:34
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 7 Jun 2009 08:34:51 +0000
(
01:34
-0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 06c39e449d17e8170e2e387caefd51b16ab15e55..04bf8b1cebd15e115a930a4a49f88619843cf263 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1524,6
+1524,8
@@
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)