]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93649: Fix dependencies of _testcapi (#94695)
authorChristian Heimes <christian@python.org>
Sat, 9 Jul 2022 11:01:23 +0000 (13:01 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 11:01:23 +0000 (13:01 +0200)
commit18ef240a2c362eea64b67bab8f9d45c743eb3619
treed48dca3e2763f25b0d0aa3230232eafc46ba7fe9
parent761eeb62a9af309a0e32662882c552209ddcea1e
gh-93649: Fix dependencies of _testcapi (#94695)

- header files are located in $(srcdir)
- dependencies must not list C files that are also in a makesetup Setup file
- generate SRCDIRS for OOT builds
Makefile.pre.in
configure
configure.ac