From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 27 Oct 2020 04:01:51 +0000 (-0700) Subject: bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) X-Git-Tag: v3.9.1rc1~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=562ad7624e5fe22fdded9b39723c562255a49abd;p=thirdparty%2FPython%2Fcpython.git bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) Co-Authored-By: Skip Montanaro (cherry picked from commit a6879d9445f98833c4e300e187956e2a218a2315) Co-authored-by: Victor Stinner --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 77f91e72b191..f128444b9859 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 \