We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4392f22 commit 058d804Copy full SHA for 058d804
Makefile.pre.in
@@ -3132,7 +3132,7 @@ JIT_DEPS = \
3132
jit_stencils.h @JIT_STENCILS_H@: $(JIT_DEPS)
3133
@REGEN_JIT_COMMAND@
3134
3135
-Python/jit.o: $(srcdir)/Python/jit.c jit_stencils.h @JIT_STENCILS_H@
+Python/jit.o: $(srcdir)/Python/jit.c @JIT_STENCILS_H@
3136
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
3137
3138
.PHONY: regen-jit
0 commit comments