Skip to content

Commit ae6037b

Browse files
committed
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ac221a commit ae6037b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_remote_helpers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ instlibdir: $(pysetupfile)
4242

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

0 commit comments

Comments
 (0)