[Zope-CVS] CVS: Packages/Spread - Makefile:1.3

Guido van Rossum guido@python.org
Wed, 19 Dec 2001 22:47:25 -0500


Update of /cvs-repository/Packages/Spread
In directory cvs.zope.org:/tmp/cvs-serv1447

Modified Files:
	Makefile 
Log Message:
Better to build in-place, so we don't have to install before testing.


=== Packages/Spread/Makefile 1.2 => 1.3 ===
-	python setup.py build
+	python setup.py build_ext -i
 
 install:
 	python setup.py install