We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c8e1b commit 9ea7bceCopy full SHA for 9ea7bce
Makefile.pre.in
@@ -710,7 +710,7 @@ Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
710
$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)
711
712
713
-$(srcdir)/Include/cpython/slp_exttype.h: $(srcdir)/Objects/typeobject.c
+$(srcdir)/Include/cpython/slp_exttype.h: $(srcdir)/Objects/typeobject.c $(srcdir)/Stackless/Tools/extract_slp_info.py
714
$(PYTHON_FOR_REGEN) $(srcdir)/Stackless/Tools/extract_slp_info.py && \
715
mv $(srcdir)/Include/cpython/slp_exttype.h.new $(srcdir)/Include/cpython/slp_exttype.h
716
0 commit comments