Skip to content

Commit eda50f9

Browse files
Remove pyconfig.h from JIT_DEPS
1 parent e5f4299 commit eda50f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.pre.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3128,8 +3128,7 @@ Python/emscripten_trampoline_wasm.c: Python/emscripten_trampoline_inner.wasm
31283128
JIT_DEPS = \
31293129
$(srcdir)/Tools/jit/*.c \
31303130
$(srcdir)/Tools/jit/*.py \
3131-
$(srcdir)/Python/executor_cases.c.h \
3132-
pyconfig.h
3131+
$(srcdir)/Python/executor_cases.c.h
31333132

31343133
jit_stencils.h @JIT_STENCILS_H@: $(JIT_DEPS)
31353134
@REGEN_JIT_COMMAND@

0 commit comments

Comments
 (0)