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