Skip to content

Commit 058d804

Browse files
remove jit_stencils.h as dep
1 parent 4392f22 commit 058d804

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
@@ -3132,7 +3132,7 @@ JIT_DEPS = \
31323132
jit_stencils.h @JIT_STENCILS_H@: $(JIT_DEPS)
31333133
@REGEN_JIT_COMMAND@
31343134

3135-
Python/jit.o: $(srcdir)/Python/jit.c jit_stencils.h @JIT_STENCILS_H@
3135+
Python/jit.o: $(srcdir)/Python/jit.c @JIT_STENCILS_H@
31363136
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
31373137

31383138
.PHONY: regen-jit

0 commit comments

Comments
 (0)