From: Ævar Arnfjörð Bjarmason Date: Sun, 12 Sep 2010 22:37:45 +0000 (+0000) Subject: Makefile: add CC to TRACK_CFLAGS X-Git-Tag: v1.7.3.3~28^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b3457afc4f6da6cfef265359ed182c5fcd6d266c?hp=b3457afc4f6da6cfef265359ed182c5fcd6d266c Makefile: add CC to TRACK_CFLAGS 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 Signed-off-by: Junio C Hamano ---