Skip to content

Commit

Permalink
git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean"
Browse files Browse the repository at this point in the history
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 <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jan 30, 2013
1 parent 3ac221a commit ae6037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_remote_helpers/Makefile
Expand Up @@ -42,4 +42,4 @@ instlibdir: $(pysetupfile)

clean:
$(QUIET)$(PYTHON_PATH) $(pysetupfile) $(QUIETSETUP) clean -a
$(RM) *.pyo *.pyc
$(RM) *.pyo *.pyc GIT-PYTHON-VERSION

0 comments on commit ae6037b

Please sign in to comment.