File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3135,7 +3135,7 @@ JIT_DEPS = \
31353135jit_stencils.h: $(JIT_DEPS)
31363136 @REGEN_JIT_COMMAND@
31373137
3138- Python/jit.o: $(srcdir)/Python/jit.c jit_stencils.h $(wildcard jit_stencils- *.h)
3138+ Python/jit.o: $(srcdir)/Python/jit.c jit_stencils*.h
31393139 $(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
31403140
31413141.PHONY: regen-jit
@@ -3233,7 +3233,7 @@ clean-retain-profile: pycremoval
32333233 -rm -rf Python/deepfreeze
32343234 -rm -f Python/frozen_modules/*.h
32353235 -rm -f Python/frozen_modules/MANIFEST
3236- -rm -f jit_stencils.h jit_stencils- *.h
3236+ -rm -f jit_stencils*.h
32373237 -find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
32383238 -rm -f Include/pydtrace_probes.h
32393239 -rm -f profile-gen-stamp
You can’t perform that action at this time.
0 commit comments