Makefile: detect when PYTHON_PATH changes
commit022250adfd2d64ca871c9d4a7873038e33c069f5
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 18 Dec 2012 15:26:38 +0000 (18 16:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2013 22:14:37 +0000 (10 14:14 -0800)
treea98fdecbea2757a37e57df06fce3881e4cd46d4b
parentf6f3921db69a42f0a73d03efd48a2e776dd7ff92
Makefile: detect when PYTHON_PATH changes

When make is run, the python scripts are created from *.py files that
are changed to use the python given by PYTHON_PATH. And PYTHON_PATH
is set by default to /usr/bin/python on Linux.

However, next time make is run with a different value in PYTHON_PATH,
we failed to regenerate these scripts.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile