On Thursday 15 October 2009, David Malcolm wrote:

>  +    WITH_PYTHON_INCLUDE=`${PYTHON} -c 'from distutils.sysconfig import *; 
import sys; sys.stdout.write("%s\n" % get_python_inc())'` 

I think the last statement could be just "sys.stdout.write(get_python_inc())", 
no need for the newline.
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to