We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178cebd commit 332e596Copy full SHA for 332e596
1 file changed
Makefile.pre.in
@@ -3135,7 +3135,7 @@ JIT_DEPS = \
3135
jit_stencils.h: $(JIT_DEPS)
3136
@REGEN_JIT_COMMAND@
3137
3138
-Python/jit.o: $(srcdir)/Python/jit.c jit_stencils*.h
+Python/jit.o: $(srcdir)/Python/jit.c jit_stencils.h $(wildcard jit_stencils-*.h)
3139
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
3140
3141
.PHONY: regen-jit
@@ -3233,7 +3233,7 @@ clean-retain-profile: pycremoval
3233
-rm -rf Python/deepfreeze
3234
-rm -f Python/frozen_modules/*.h
3235
-rm -f Python/frozen_modules/MANIFEST
3236
- -rm -f jit_stencils*.h
+ -rm -f jit_stencils.h $(wildcard jit_stencils-*.h)
3237
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
3238
-rm -f Include/pydtrace_probes.h
3239
-rm -f profile-gen-stamp
0 commit comments