summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-06-01 13:22:44 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-06-01 13:22:44 -0700
commit0626fae6afc9c6976aead4237691fb3568dd5c68 (patch)
tree6cc17fca3e1c92c4559ace4f374f5173707ac621
parentMerge branch 'rs/maint-grep-F' into maint (diff)
parentMakefile: add missing GIT-VERSION-FILE dependency (diff)
downloadtgif-0626fae6afc9c6976aead4237691fb3568dd5c68.tar.xz
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
-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