aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-06-22 02:04:27 -0700
committerJunio C Hamano <junkio@cox.net>2006-06-22 02:04:27 -0700
commitbbc932c845ad17087ed601625f878adf5bae6e96 (patch)
treec9e91f4078fd6e4bdf7e0feaccec96c9bb8db838 /Makefile
parent79ee555bac7a5ff846c8a381792bbe93cdffbf97 (diff)
downloadgit-bbc932c845ad17087ed601625f878adf5bae6e96.tar.gz
git-bbc932c845ad17087ed601625f878adf5bae6e96.tar.xz
Makefile: do not force unneeded recompilation upon GIT_VERSION changes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55a84d478..d45f3dcf6 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