From 870d0c28716e979660546cc1aa54272f771cedeb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 29 Jan 2008 04:13:07 +0000 Subject: [PATCH] Fix the reindent rule to use $(BUILDPYTHON). --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0