Makefile: add CC to TRACK_CFLAGS
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 12 Sep 2010 22:37:45 +0000 (22:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2010 18:45:20 +0000 (11:45 -0700)
Change the git make process so that everything's rebuilt if the CC is
changed. Before we wouldn't rebuilt if e.g. the CC variable was
changed from gcc to clang.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found