Commit ec729111 authored by Brett Cannon's avatar Brett Cannon

Fix the reindent rule to use $(BUILDPYTHON).

parent aafb3b6c
......@@ -1025,7 +1025,7 @@ config.status: $(srcdir)/configure
# Run reindent on the library
reindent:
./python$(EXEEXT) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
# Rerun configure with the same options as it was run last time,
# provided the config.status script exists
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment