summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-02-09 05:32:43 (GMT)
committerGuido van Rossum <guido@python.org>2007-02-09 05:32:43 (GMT)
commit452bf519a70c3db0e7f0d2540b1bfb07d9085583 (patch)
tree0dd96bd72a24f8e5330f8b1e778a0ee68b7c7c2d /Makefile.pre.in
parent21298cfea6eedfe4318cd26c5afb12b766070851 (diff)
downloadcpython-452bf519a70c3db0e7f0d2540b1bfb07d9085583.zip
cpython-452bf519a70c3db0e7f0d2540b1bfb07d9085583.tar.gz
cpython-452bf519a70c3db0e7f0d2540b1bfb07d9085583.tar.bz2
Essential changes for print function changes.
Lib will be changed in a separate run.
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 e4ee3db..2ff605f 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -341,7 +341,7 @@ $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
$(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
platform: $(BUILDPYTHON)
- $(RUNSHARED) ./$(BUILDPYTHON) -E -c 'import sys ; from distutils.util import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform
+ $(RUNSHARED) ./$(BUILDPYTHON) -E -c 'import sys ; from distutils.util import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
# Build the shared modules