Skip to content

Commit 84b3cca

Browse files
Add deps
1 parent 93306d2 commit 84b3cca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile.pre.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,6 +3129,12 @@ config.status: $(srcdir)/configure
31293129
Python/asm_trampoline.o: $(srcdir)/Python/asm_trampoline.S
31303130
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
31313131

3132+
JIT_DEPS = \
3133+
$(srcdir)/Tools/jit/*.c \
3134+
$(srcdir)/Tools/jit/*.py \
3135+
$(srcdir)/Python/executor_cases.c.h \
3136+
pyconfig.h
3137+
31323138
# Determine correct JIT stencil header based on host triple
31333139
ifeq (,$(JIT_STENCIL_HEADER))
31343140
ifneq ($(filter aarch64-apple-darwin%,$(HOST_GNU_TYPE)),)

0 commit comments

Comments
 (0)