aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-11-24 12:44:35 -0800
committerJunio C Hamano <gitster@pobox.com>2010-11-24 12:44:35 -0800
commitc5d2901d48c4ea50de1f7f3f10946ce61b7d101e (patch)
treea99856481ab580cb1d383a5ded19b655f074b0df /Makefile
parent109a8037a9c7d5dc5b93e637c663406159ab3a75 (diff)
parentb3457afc4f6da6cfef265359ed182c5fcd6d266c (diff)
downloadgit-c5d2901d48c4ea50de1f7f3f10946ce61b7d101e.tar.gz
git-c5d2901d48c4ea50de1f7f3f10946ce61b7d101e.tar.xz
Merge branch 'ab/makefile-track-cc' into maint
* ab/makefile-track-cc: Makefile: add CC to TRACK_CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd98c5927..cd0f64817 100644
--- a/Makefile
+++ b/Makefile
@@ -1977,7 +1977,7 @@ cscope:
$(FIND) . -name '*.[hcS]' -print | xargs cscope -b
### Detect prefix changes
-TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):\
+TRACK_CFLAGS = $(CC):$(subst ','\'',$(ALL_CFLAGS)):\
$(bindir_SQ):$(gitexecdir_SQ):$(template_dir_SQ):$(prefix_SQ)
GIT-CFLAGS: FORCE