Merge branch 'ab/makefile-track-cc' into maint
* ab/makefile-track-cc: Makefile: add CC to TRACK_CFLAGS
This commit is contained in:
commit
c5d2901d48
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user