-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Fixes missing dependencies in Makefile #119538
Copy link
Copy link
Open
Labels
buildThe build process and cross-buildThe build process and cross-builddependenciesPull requests that update a dependency filePull requests that update a dependency filetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-builddependenciesPull requests that update a dependency filePull requests that update a dependency filetype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
This Makefile fixes an issue in the cpython. Specifically, previously, any modifications of files like
Modules/expat/*.cwould not trigger a rebuild ofModules/expat/xmltok.oMakefile_fixed.zip
. The Makefile fixes this by including them as additional dependencies.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs