]> granicus.if.org Git - python/commitdiff
Fix the reindent rule to use $(BUILDPYTHON).
authorBrett Cannon <bcannon@gmail.com>
Tue, 29 Jan 2008 04:13:07 +0000 (04:13 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 29 Jan 2008 04:13:07 +0000 (04:13 +0000)
Makefile.pre.in

index c44453961fe56cdc2d9682d49e8d1b4580c1f043..ec7c0d838a2eee96edf0daee64deaa91c0459339 100644 (file)
@@ -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