Skip to content

Commit 562ad76

Browse files
miss-islingtonvstinner
andauthoredOct 27, 2020
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com> (cherry picked from commit a6879d9) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent df4790c commit 562ad76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎Makefile.pre.in

+1
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ PYTHON_HEADERS= \
11141114
$(srcdir)/Include/cpython/dictobject.h \
11151115
$(srcdir)/Include/cpython/fileobject.h \
11161116
$(srcdir)/Include/cpython/fileutils.h \
1117+
$(srcdir)/Include/cpython/frameobject.h \
11171118
$(srcdir)/Include/cpython/import.h \
11181119
$(srcdir)/Include/cpython/initconfig.h \
11191120
$(srcdir)/Include/cpython/interpreteridobject.h \

0 commit comments

Comments
 (0)
Please sign in to comment.