CVS: 'python/dist/src Makefile.in'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Wed, 23 Apr 1997 11:14:26 -0400


Update of /projects/cvsroot/python/dist/src
In directory monty:/usr/people/guido/python/src

Modified Files:
	Makefile.in 
Log Message:
Unroll the for loop used for building python, so the first three
subdirectories can be made in parallel (unfortunately, Modules has to
depend on all three).

--Guido van Rossum (home page: http://www.python.org/~guido/)