summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-03 19:28:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-04-03 19:28:41 (GMT)
commit4de113cdf55631ef1f8bf34658fb647509520e8a (patch)
treec26cdceca94648fc281bb0259bd44faa3c983247 /Makefile
parent16b8a3e4b94dc7f6e05b624eae3cf1eed7b358a5 (diff)
parent44211e8c2ea48e1149cb36a02bd54f2d21c207f4 (diff)
downloadgit-4de113cdf55631ef1f8bf34658fb647509520e8a.zip
git-4de113cdf55631ef1f8bf34658fb647509520e8a.tar.gz
git-4de113cdf55631ef1f8bf34658fb647509520e8a.tar.bz2
Merge branch 'rb/maint-python-path'
* rb/maint-python-path: Correct references to /usr/bin/python which does not exist on FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7f2516..e210a42 100644
--- a/Makefile
+++ b/Makefile
@@ -866,6 +866,7 @@ ifeq ($(uname_S),FreeBSD)
NO_UINTMAX_T = YesPlease
NO_STRTOUMAX = YesPlease
endif
+ PYTHON_PATH = /usr/local/bin/python
endif
ifeq ($(uname_S),OpenBSD)
NO_STRCASESTR = YesPlease