From: Victor Stinner Date: Tue, 27 Oct 2020 03:41:30 +0000 (+0100) Subject: bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) X-Git-Tag: v3.10.0a2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6879d9445f98833c4e300e187956e2a218a2315;p=thirdparty%2FPython%2Fcpython.git bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) Co-Authored-By: Skip Montanaro --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 31f61f3d5b83..5b6c0b9b62d3 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 \