diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2012-12-18 16:26:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-10 14:14:37 -0800 |
commit | 022250adfd2d64ca871c9d4a7873038e33c069f5 (patch) | |
tree | a98fdecbea2757a37e57df06fce3881e4cd46d4b /.gitignore | |
parent | Merge branch 'ta/remove-stale-translated-tut' into maint (diff) | |
download | tgif-022250adfd2d64ca871c9d4a7873038e33c069f5.tar.xz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f702415c12..726db73450 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /GIT-LDFLAGS /GIT-GUI-VARS /GIT-PREFIX +/GIT-PYTHON-VARS /GIT-SCRIPT-DEFINES /GIT-USER-AGENT /GIT-VERSION-FILE |