05220bdba0
to make opcodes, in order not to require pre-built python OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=193
14 lines
443 B
Diff
14 lines
443 B
Diff
Index: Python-2.7.12/Makefile.pre.in
|
|
===================================================================
|
|
--- Python-2.7.12.orig/Makefile.pre.in
|
|
+++ Python-2.7.12/Makefile.pre.in
|
|
@@ -319,7 +319,7 @@ OPCODETARGETS_H= \
|
|
$(srcdir)/Python/opcode_targets.h
|
|
|
|
OPCODETARGETGEN= \
|
|
- $(srcdir)/Python/makeopcodetargets.py
|
|
+ ./python $(srcdir)/Python/makeopcodetargets.py
|
|
|
|
OPCODETARGETGEN_FILES= \
|
|
$(OPCODETARGETGEN) $(srcdir)/Lib/opcode.py
|