diff options
author | Victor Stinner <vstinner@python.org> | 2020-10-27 03:41:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 03:41:30 (GMT) |
commit | a6879d9445f98833c4e300e187956e2a218a2315 (patch) | |
tree | 1e7ee6f62933939f6aed0714a576436c31a89e38 /Makefile.pre.in | |
parent | 84f7382215b9e024a5590454726b6ae4b0ca70a0 (diff) | |
download | cpython-a6879d9445f98833c4e300e187956e2a218a2315.zip cpython-a6879d9445f98833c4e300e187956e2a218a2315.tar.gz cpython-a6879d9445f98833c4e300e187956e2a218a2315.tar.bz2 |
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 31f61f3..5b6c0b9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ |