Skip to content

Commit c5d2901

Browse files
committed
Merge branch 'ab/makefile-track-cc' into maint
* ab/makefile-track-cc: Makefile: add CC to TRACK_CFLAGS
2 parents 109a803 + b3457af commit c5d2901

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
@@ -1977,7 +1977,7 @@ cscope:
19771977
$(FIND) . -name '*.[hcS]' -print | xargs cscope -b
19781978

19791979
### Detect prefix changes
1980-
TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):\
1980+
TRACK_CFLAGS = $(CC):$(subst ','\'',$(ALL_CFLAGS)):\
19811981
$(bindir_SQ):$(gitexecdir_SQ):$(template_dir_SQ):$(prefix_SQ)
19821982

19831983
GIT-CFLAGS: FORCE

0 commit comments

Comments
 (0)