Skip to content

Commit

Permalink
Merge branch 'ab/makefile-track-cc'
Browse files Browse the repository at this point in the history
* ab/makefile-track-cc:
  Makefile: add CC to TRACK_CFLAGS
  • Loading branch information
Junio C Hamano committed Oct 6, 2010
2 parents a6fa2a8 + b3457af commit ee79b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee79b21

Please sign in to comment.