From: Brett Cannon Date: Tue, 29 Jan 2008 04:13:07 +0000 (+0000) Subject: Fix the reindent rule to use $(BUILDPYTHON). X-Git-Tag: v2.6a1~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=870d0c28716e979660546cc1aa54272f771cedeb;p=python Fix the reindent rule to use $(BUILDPYTHON). --- diff --git a/Makefile.pre.in b/Makefile.pre.in index c44453961f..ec7c0d838a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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