[Zope3-checkins] CVS: Zope3 - Makefile:1.10

Fred L. Drake, Jr. fred@zope.com
Mon, 23 Dec 2002 10:12:14 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv15867

Modified Files:
	Makefile 
Log Message:
Better fix:  Specify the Python with version number; we don't want to
pick up 2.1 or 2.3 without the user asking for it.


=== Zope3/Makefile 1.9 => 1.10 ===
--- Zope3/Makefile:1.9	Mon Dec 23 10:01:41 2002
+++ Zope3/Makefile	Mon Dec 23 10:12:14 2002
@@ -1,4 +1,4 @@
-PYTHON=python
+PYTHON=python2.2
 TESTOPTS=
 
 # XXX What should the default be?