New GitHub issue #114883 from brandtbucher:<br>

<hr>

<pre>
I think I messed up the `Makefile` rules for `Python/jit.o` and `regen-jit`. Since `regen-jit` is "phony", the rule isn't in the dependency graph and `make` has no way of knowing if a recompile is necessary.

We *may* have to do something similar to what we did for the Windows builds and encode the dependencies in the Makefile. Or maybe there's an easier way. If anyone has any tips, please share!
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/114883">View on GitHub</a>
<p>Labels: build, 3.13</p>
<p>Assignee: brandtbucher</p>