File python-3.2b2-buildtime-generate.patch of Package python3
Index: Python-3.2b2/Makefile.pre.in
===================================================================
--- Python-3.2b2.orig/Makefile.pre.in
+++ Python-3.2b2/Makefile.pre.in
@@ -645,7 +645,7 @@ Python/formatter_unicode.o: $(srcdir)/Py
Objects/typeobject.o: $(srcdir)/Objects/typeslots.inc
$(srcdir)/Objects/typeslots.inc: $(srcdir)/Include/typeslots.h $(srcdir)/Objects/typeslots.py
- $(PYTHON) $(srcdir)/Objects/typeslots.py < $(srcdir)/Include/typeslots.h > $(srcdir)/Objects/typeslots.inc
+ $(RUNSHARED) ./$(PYTHON) $(srcdir)/Objects/typeslots.py < $(srcdir)/Include/typeslots.h > $(srcdir)/Objects/typeslots.inc
############################################################################
# Header files