http.c: prompt for SSL client certificate password
[gitweb.git] / 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)