diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-03 12:28:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-03 12:28:41 -0700 |
commit | 4de113cdf55631ef1f8bf34658fb647509520e8a (patch) | |
tree | c26cdceca94648fc281bb0259bd44faa3c983247 /Makefile | |
parent | 16b8a3e4b94dc7f6e05b624eae3cf1eed7b358a5 (diff) | |
parent | 44211e8c2ea48e1149cb36a02bd54f2d21c207f4 (diff) | |
download | git-4de113cdf55631ef1f8bf34658fb647509520e8a.tar.gz git-4de113cdf55631ef1f8bf34658fb647509520e8a.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |