summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-10-06 12:10:29 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-10-06 12:10:29 -0700
commitee79b21778cb6b20451f2357ede33f3f5760338c (patch)
tree59585f9c989690e7cab321d8ca905dbcf907434c
parentMerge branch 'mg/reset-doc' (diff)
parentMakefile: add CC to TRACK_CFLAGS (diff)
downloadtgif-ee79b21778cb6b20451f2357ede33f3f5760338c.tar.xz
Merge branch 'ab/makefile-track-cc'
* ab/makefile-track-cc: Makefile: add CC to TRACK_CFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a56b9ab49..1f1ce04edf 100644
--- a/Makefile
+++ b/Makefile
@@ -1983,7 +1983,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