aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-09 22:22:19 -0700
committerJunio C Hamano <gitster@pobox.com>2010-04-09 22:22:19 -0700
commit581b26c82dd3232b052d5228a1ba2ea3cc03dc28 (patch)
treed2c224f93b5f6b9338bc011b7d4969734ac66192 /Makefile
parentMerge branch 'gh/maint-stash-show-error-message' into maint (diff)
parentCorrect references to /usr/bin/python which does not exist on FreeBSD (diff)
downloadgit-581b26c82dd3232b052d5228a1ba2ea3cc03dc28.tar.gz
git-581b26c82dd3232b052d5228a1ba2ea3cc03dc28.zip
Merge branch 'rb/maint-python-path' into maint
* 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 b07cd8a681..e57d9754e2 100644
--- a/Makefile
+++ b/Makefile
@@ -831,6 +831,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