@@ -3126,21 +3126,22 @@ JIT_DEPS = \
31263126 $(srcdir)/Tools/jit/*.py \
31273127 $(srcdir)/Python/executor_cases.c.h \
31283128 pyconfig.h
3129-
3129+
3130+ JIT_STENCIL_HEADER :=
31303131ifneq ($(filter aarch64-apple-darwin%,$(HOST_GNU_TYPE)),)
3131- JIT_STENCIL_HEADER : = jit_stencils-aarch64-apple-darwin.h
3132+ JIT_STENCIL_HEADER = jit_stencils-aarch64-apple-darwin.h
31323133else ifneq ($(filter x86_64-apple-darwin%,$(HOST_GNU_TYPE)),)
3133- JIT_STENCIL_HEADER : = jit_stencils-x86_64-apple-darwin.h
3134+ JIT_STENCIL_HEADER = jit_stencils-x86_64-apple-darwin.h
31343135else ifeq ($(HOST_GNU_TYPE), aarch64-pc-windows-msvc)
3135- JIT_STENCIL_HEADER : = jit_stencils-aarch64-pc-windows-msvc.h
3136+ JIT_STENCIL_HEADER = jit_stencils-aarch64-pc-windows-msvc.h
31363137else ifeq ($(HOST_GNU_TYPE), i686-pc-windows-msvc)
3137- JIT_STENCIL_HEADER : = jit_stencils-i686-pc-windows-msvc.h
3138+ JIT_STENCIL_HEADER = jit_stencils-i686-pc-windows-msvc.h
31383139else ifeq ($(HOST_GNU_TYPE), x86_64-pc-windows-msvc)
3139- JIT_STENCIL_HEADER : = jit_stencils-x86_64-pc-windows-msvc.h
3140+ JIT_STENCIL_HEADER = jit_stencils-x86_64-pc-windows-msvc.h
31403141else ifneq ($(filter aarch64-%-linux-gnu,$(HOST_GNU_TYPE)),)
3141- JIT_STENCIL_HEADER : = jit_stencils-$(HOST_GNU_TYPE).h
3142+ JIT_STENCIL_HEADER = jit_stencils-$(HOST_GNU_TYPE).h
31423143else ifneq ($(filter x86_64-%-linux-gnu,$(HOST_GNU_TYPE)),)
3143- JIT_STENCIL_HEADER : = jit_stencils-$(HOST_GNU_TYPE).h
3144+ JIT_STENCIL_HEADER = jit_stencils-$(HOST_GNU_TYPE).h
31443145endif
31453146
31463147jit_stencils.h $(JIT_STENCIL_HEADER): $(JIT_DEPS)
0 commit comments