]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: move GIT-VERSION-FILE dependencies closer to use
authorJeff King <peff@peff.net>
Wed, 20 Jun 2012 18:32:22 +0000 (14:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 15:57:52 +0000 (08:57 -0700)
commit520a6cdce3531867110df012d62d4974376eba1f
treecdddebf4d4754541aeda3bfe249042671e7d6c71
parentb5295f322c8828e913a3ef126ddffc6862235b03
Makefile: move GIT-VERSION-FILE dependencies closer to use

There is a list of all of the targets which depend on
GIT-VERSION-FILE, but it can be quite far from the actual
point where the targets actually use $(GIT_VERSION). This
can make it hard to verify that each use of $(GIT_VERSION)
has a matching dependency.

This patch moves the dependency closer to the actual build
instructions, which makes verification easier.  This also
fixes the generation of "configure", which did not properly
mark the dependency.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile