Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-02 00:22:44 +0400
committerJunio C Hamano <gitster@pobox.com>2012-06-02 00:22:44 +0400
commit0626fae6afc9c6976aead4237691fb3568dd5c68 (patch)
tree6cc17fca3e1c92c4559ace4f374f5173707ac621 /Makefile
parent2147cb2762c67d0ec2101ab13a4c1b0ef8cab599 (diff)
parent38475f972ce1cadf309982420a09bfc9c610a14a (diff)
Merge branch 'ef/http-o-depends-on-gvf' into maint
A minor compilation fix. By Erik Faye-Lund * ef/http-o-depends-on-gvf: Makefile: add missing GIT-VERSION-FILE dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be1957a5e9..91ec231fb5 100644
--- 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