Skip to content

Commit ee79b21

Browse files
committed
Merge branch 'ab/makefile-track-cc'
* ab/makefile-track-cc: Makefile: add CC to TRACK_CFLAGS
2 parents a6fa2a8 + b3457af commit ee79b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ cscope:
19831983
$(FIND) . -name '*.[hcS]' -print | xargs cscope -b
19841984

19851985
### Detect prefix changes
1986-
TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):\
1986+
TRACK_CFLAGS = $(CC):$(subst ','\'',$(ALL_CFLAGS)):\
19871987
$(bindir_SQ):$(gitexecdir_SQ):$(template_dir_SQ):$(prefix_SQ)
19881988

19891989
GIT-CFLAGS: FORCE

0 commit comments

Comments
 (0)