Makefile: add missing GIT-VERSION-FILE dependency
commit38475f972ce1cadf309982420a09bfc9c610a14a
authorErik Faye-Lund <kusmabite@gmail.com>
Thu, 31 May 2012 14:10:44 +0000 (31 16:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 May 2012 19:42:53 +0000 (31 12:42 -0700)
tree8e7cac17ad9fc01452c01282bb9402c4261c76e9
parent8258858493ad3504630c3bfa7dfde61df811994a
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>
Makefile