]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
authorVictor Stinner <vstinner@python.org>
Tue, 27 Oct 2020 03:41:30 +0000 (04:41 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 03:41:30 +0000 (04:41 +0100)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
Makefile.pre.in

index 31f61f3d5b836cb1971eb22a7cb73ebd4e0f06fc..5b6c0b9b62d334caccd2dfea98ce574e01266405 100644 (file)
@@ -1081,6 +1081,7 @@ PYTHON_HEADERS= \
                $(srcdir)/Include/cpython/dictobject.h \
                $(srcdir)/Include/cpython/fileobject.h \
                $(srcdir)/Include/cpython/fileutils.h \
+               $(srcdir)/Include/cpython/frameobject.h \
                $(srcdir)/Include/cpython/import.h \
                $(srcdir)/Include/cpython/initconfig.h \
                $(srcdir)/Include/cpython/interpreteridobject.h \