From: Junio C Hamano Date: Wed, 30 Jan 2013 19:30:10 +0000 (-0800) Subject: git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean" X-Git-Tag: v1.8.2-rc0~56^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ae6037bc710b248946ed715fd659ef535ea78980;p=git-core%2Fgit.git git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean" fadf8c7 (git_remote_helpers: force rebuild if python version changes, 2013-01-20) started using a marker file to keep track of the version of Python interpreter used for the last build, but forgot to remove it when asked to "make clean". Acked-by: John Keeping Signed-off-by: Junio C Hamano --- diff --git a/git_remote_helpers/Makefile b/git_remote_helpers/Makefile index 0d2ae740b..3d122328c 100644 --- a/git_remote_helpers/Makefile +++ b/git_remote_helpers/Makefile @@ -42,4 +42,4 @@ instlibdir: $(pysetupfile) clean: $(QUIET)$(PYTHON_PATH) $(pysetupfile) $(QUIETSETUP) clean -a - $(RM) *.pyo *.pyc + $(RM) *.pyo *.pyc GIT-PYTHON-VERSION