Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix dependencies of parse-options test program
[gitweb.git]
/
Makefile
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)