diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-11-24 12:44:35 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-24 12:44:35 -0800 |
commit | c5d2901d48c4ea50de1f7f3f10946ce61b7d101e (patch) | |
tree | a99856481ab580cb1d383a5ded19b655f074b0df /Makefile | |
parent | 109a8037a9c7d5dc5b93e637c663406159ab3a75 (diff) | |
parent | b3457afc4f6da6cfef265359ed182c5fcd6d266c (diff) | |
download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |