Skip to content

Commit 9ea7bce

Browse files
author
Anselm Kruis
committed
Stackless issue python#292: recreate slp_exttype.h on changes of
extract_slp_info.py A modification of "extract_slp_info.py" now triggers a recreation of "slp_exttype.h".
1 parent 13c8e1b commit 9ea7bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
710710
$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)
711711

712712

713-
$(srcdir)/Include/cpython/slp_exttype.h: $(srcdir)/Objects/typeobject.c
713+
$(srcdir)/Include/cpython/slp_exttype.h: $(srcdir)/Objects/typeobject.c $(srcdir)/Stackless/Tools/extract_slp_info.py
714714
$(PYTHON_FOR_REGEN) $(srcdir)/Stackless/Tools/extract_slp_info.py && \
715715
mv $(srcdir)/Include/cpython/slp_exttype.h.new $(srcdir)/Include/cpython/slp_exttype.h
716716

0 commit comments

Comments
 (0)