X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=1f1ce04edf0b87f6fdbd579052d5ccaa538e6b93;hb=8fbee484a8ee0f00096571aff92c253ec39f28c2;hp=8a56b9ab49816b003da504fe75f339c5b31f3e82;hpb=2851e8eba52e98d3112417952a24d82ae9d8c0eb;p=git.git diff --git a/Makefile b/Makefile index 8a56b9ab4..1f1ce04ed 100644 --- a/Makefile +++ b/Makefile @@ -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