Makefile: drop extra dependencies for test helpers
[gitweb.git] / Makefile
index 69d32bfe31e9cca783480482526ce8b1d88acde1..7c7142531a03b2df9baae50008ceacae17a1e838 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2231,16 +2231,8 @@ perf: all
 
 .PHONY: test perf
 
-t/helper/test-ctype$X: ctype.o
-
-t/helper/test-date$X: date.o ctype.o
-
-t/helper/test-delta$X: diff-delta.o patch-delta.o
-
 t/helper/test-line-buffer$X: vcs-svn/lib.a
 
-t/helper/test-parse-options$X: parse-options.o parse-options-cb.o
-
 t/helper/test-svn-fe$X: vcs-svn/lib.a
 
 .PRECIOUS: $(TEST_OBJS)