]> granicus.if.org Git - python/commit
bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 13:28:07 +0000 (06:28 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 13:28:07 +0000 (06:28 -0700)
commit248387f3f1182087da8f432c989ac6f18315b50f
tree0bb548e4cb5d05d80dee1fb7458c0c8639117818
parent2a4a982cbccf66dd8d29439dbd232c79fe3ec44e
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.
(cherry picked from commit b4612f5d54aced5bc37f1b85bf50b4cafa2480f0)

Co-authored-by: T. Wouters <thomas@python.org>
Makefile.pre.in