diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-27 04:01:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 04:01:51 (GMT) |
commit | 562ad7624e5fe22fdded9b39723c562255a49abd (patch) | |
tree | 32304d9eeb2560877fc9c6c1c14c512c91bfb275 | |
parent | df4790c071ea47ea3d5e0697dadc78105cf7f280 (diff) | |
download | cpython-562ad7624e5fe22fdded9b39723c562255a49abd.zip cpython-562ad7624e5fe22fdded9b39723c562255a49abd.tar.gz cpython-562ad7624e5fe22fdded9b39723c562255a49abd.tar.bz2 |
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
(cherry picked from commit a6879d9445f98833c4e300e187956e2a218a2315)
Co-authored-by: Victor Stinner <vstinner@python.org>
-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 77f91e7..f128444 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ |