summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-01-29 04:13:07 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-01-29 04:13:07 (GMT)
commit870d0c28716e979660546cc1aa54272f771cedeb (patch)
treea5322ceef34a1e50a6993ca8b9b46dea07a3386f /Makefile.pre.in
parentf866bac73c6a6f6a15ef2217cb5ac9f3160a9378 (diff)
downloadcpython-870d0c28716e979660546cc1aa54272f771cedeb.zip
cpython-870d0c28716e979660546cc1aa54272f771cedeb.tar.gz
cpython-870d0c28716e979660546cc1aa54272f771cedeb.tar.bz2
Fix the reindent rule to use $(BUILDPYTHON).
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c444539..ec7c0d8 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