commit | b4612f5d54aced5bc37f1b85bf50b4cafa2480f0 | [log] [tgz] |
---|---|---|
author | T. Wouters <thomas@python.org> | Mon Sep 09 05:17:18 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 09 05:17:18 2019 -0700 |
tree | aec6c8f206176eac755475942e6a359855690995 | |
parent | 3a0ddbcdfcbc0f4372905fabf81e093f1b043e99 [diff] |
bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) The missing dependencies prevented incremental builds from working when you touched any of these files. Based on GH-14758 by @vemakereporter.