Skip to content

Commit 178cebd

Browse files
Use *
1 parent ba48cc7 commit 178cebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@ JIT_DEPS = \
31353135
jit_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

0 commit comments

Comments
 (0)