aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-10-06 12:10:29 -0700
committerJunio C Hamano <gitster@pobox.com>2010-10-06 12:10:29 -0700
commitee79b21778cb6b20451f2357ede33f3f5760338c (patch)
tree59585f9c989690e7cab321d8ca905dbcf907434c /Makefile
parenta6fa2a87b78eda52a871d539e15a7493073b307a (diff)
parentb3457afc4f6da6cfef265359ed182c5fcd6d266c (diff)
downloadgit-ee79b21778cb6b20451f2357ede33f3f5760338c.tar.gz
git-ee79b21778cb6b20451f2357ede33f3f5760338c.tar.xz
Merge branch 'ab/makefile-track-cc'
* 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 8a56b9ab4..1f1ce04ed 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