Merge branch 'ef/http-o-depends-on-gvf' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 20:22:44 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2012 20:22:44 +0000 (13:22 -0700)
A minor compilation fix.

By Erik Faye-Lund
* ef/http-o-depends-on-gvf:
Makefile: add missing GIT-VERSION-FILE dependency

Makefile
index be1957a5e986d2e0581123dfe4e0eeb6702c13dc..91ec231fb56426e56fec503cf87fdd892a965b7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2023,7 +2023,7 @@ configure: configure.ac
        $(RM) $<+
 
 # These can record GIT_VERSION
-git.o git.spec \
+git.o git.spec http.o \
        $(patsubst %.sh,%,$(SCRIPT_SH)) \
        $(patsubst %.perl,%,$(SCRIPT_PERL)) \
        : GIT-VERSION-FILE