]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Oct 2020 04:01:51 +0000 (21:01 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 04:01:51 +0000 (21:01 -0700)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
(cherry picked from commit a6879d9445f98833c4e300e187956e2a218a2315)

Co-authored-by: Victor Stinner <vstinner@python.org>
Makefile.pre.in

index 77f91e72b19190a66caa65be4121bff8a7b80642..f128444b98594e17d428a2eec56658bd337b3c3a 100644 (file)
@@ -1114,6 +1114,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 \