diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-01-29 04:13:07 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-01-29 04:13:07 (GMT) |
commit | 870d0c28716e979660546cc1aa54272f771cedeb (patch) | |
tree | a5322ceef34a1e50a6993ca8b9b46dea07a3386f | |
parent | f866bac73c6a6f6a15ef2217cb5ac9f3160a9378 (diff) | |
download | cpython-870d0c28716e979660546cc1aa54272f771cedeb.zip cpython-870d0c28716e979660546cc1aa54272f771cedeb.tar.gz cpython-870d0c28716e979660546cc1aa54272f771cedeb.tar.bz2 |
Fix the reindent rule to use $(BUILDPYTHON).
-rw-r--r-- | Makefile.pre.in | 2 |
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 |