diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-06 21:10:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-06 21:10:29 +0200 |
commit | ee79b21778cb6b20451f2357ede33f3f5760338c (patch) | |
tree | 59585f9c989690e7cab321d8ca905dbcf907434c | |
parent | Merge branch 'mg/reset-doc' (diff) | |
parent | Makefile: add CC to TRACK_CFLAGS (diff) | |
download | git-ee79b21778cb6b20451f2357ede33f3f5760338c.tar.xz git-ee79b21778cb6b20451f2357ede33f3f5760338c.zip |
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 |