summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@gmail.com>2012-05-31 14:10:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-05-31 19:42:53 (GMT)
commit38475f972ce1cadf309982420a09bfc9c610a14a (patch)
tree8e7cac17ad9fc01452c01282bb9402c4261c76e9 /Makefile
parent8258858493ad3504630c3bfa7dfde61df811994a (diff)
downloadgit-38475f972ce1cadf309982420a09bfc9c610a14a.zip
git-38475f972ce1cadf309982420a09bfc9c610a14a.tar.gz
git-38475f972ce1cadf309982420a09bfc9c610a14a.tar.bz2
Makefile: add missing GIT-VERSION-FILE dependency
In 20fc9bc (Set HTTP user agent to git/GIT_VERSION, 2006-04-04), http.o started recording GIT_VERSION, but http.o wasn't added to the list of files that depends on GIT-VERSION-FILE. Fix this, so mofications to GIT-VERSION-FILE will result in an updated user-agent string. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dbe4f7..ef1ad1b 100644
--- a/Makefile
+++ b/Makefile
@@ -1874,7 +1874,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