X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile;h=d45f3dcf6214f8a60f3e636d1c5067d273551f0c;hb=bbc932c845ad17087ed601625f878adf5bae6e96;hp=55a84d478ef1300a2848cae146b38ba85bde35c2;hpb=79ee555bac7a5ff846c8a381792bbe93cdffbf97;p=thirdparty%2Fgit.git diff --git a/Makefile b/Makefile index 55a84d478e..d45f3dcf62 100644 --- a/Makefile +++ b/Makefile @@ -612,7 +612,7 @@ tags: find . -name '*.[hcS]' -print | xargs ctags -a ### Detect prefix changes -TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):$(GIT_VERSION):\ +TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):$(GIT_PYTHON_DIR_SQ):\ $(bindir_SQ):$(gitexecdir_SQ):$(template_dir_SQ):$(prefix_SQ) GIT-CFLAGS: .FORCE-GIT-CFLAGS