diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-06 12:10:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-06 12:10:29 -0700 |
commit | ee79b21778cb6b20451f2357ede33f3f5760338c (patch) | |
tree | 59585f9c989690e7cab321d8ca905dbcf907434c | |
parent | a6fa2a87b78eda52a871d539e15a7493073b307a (diff) | |
parent | b3457afc4f6da6cfef265359ed182c5fcd6d266c (diff) | |
download | git-ee79b21778cb6b20451f2357ede33f3f5760338c.tar.gz git-ee79b21778cb6b20451f2357ede33f3f5760338c.tar.xz |
Merge branch 'ab/makefile-track-cc'
* ab/makefile-track-cc:
Makefile: add CC to TRACK_CFLAGS
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |