From eda50f9aeed643f9994ce23cb2705ab5441609cc Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Wed, 22 Oct 2025 21:41:48 -0700 Subject: [PATCH] Remove pyconfig.h from JIT_DEPS --- Makefile.pre.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 19423c11545c19..545db5e0e0e938 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -3128,8 +3128,7 @@ Python/emscripten_trampoline_wasm.c: Python/emscripten_trampoline_inner.wasm JIT_DEPS = \ $(srcdir)/Tools/jit/*.c \ $(srcdir)/Tools/jit/*.py \ - $(srcdir)/Python/executor_cases.c.h \ - pyconfig.h + $(srcdir)/Python/executor_cases.c.h jit_stencils.h @JIT_STENCILS_H@: $(JIT_DEPS) @REGEN_JIT_COMMAND@