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 93306d2 commit 84b3ccaCopy full SHA for 84b3cca
Makefile.pre.in
@@ -3129,6 +3129,12 @@ config.status: $(srcdir)/configure
3129
Python/asm_trampoline.o: $(srcdir)/Python/asm_trampoline.S
3130
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
3131
3132
+JIT_DEPS = \
3133
+ $(srcdir)/Tools/jit/*.c \
3134
+ $(srcdir)/Tools/jit/*.py \
3135
+ $(srcdir)/Python/executor_cases.c.h \
3136
+ pyconfig.h
3137
+
3138
# Determine correct JIT stencil header based on host triple
3139
ifeq (,$(JIT_STENCIL_HEADER))
3140
ifneq ($(filter aarch64-apple-darwin%,$(HOST_GNU_TYPE)),)
0 commit comments