Skip to content

Commit bcf0cd2

Browse files
Simplify wildcard
1 parent ba48cc7 commit bcf0cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)