Skip to content

Commit ea022b0

Browse files
committed
Recompile flowgraph.c when opcodse_metadata.h changes
1 parent 8fe4e7f commit ea022b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.pre.in

+3
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,9 @@ Python/ceval.o: \
15651565
$(srcdir)/Python/opcode_metadata.h \
15661566
$(srcdir)/Python/opcode_targets.h
15671567

1568+
Python/flowgraph.o: \
1569+
$(srcdir)/Python/opcode_metadata.h
1570+
15681571
Python/frozen.o: $(FROZEN_FILES_OUT)
15691572

15701573
# Generate DTrace probe macros, then rename them (PYTHON_ -> PyDTrace_) to

0 commit comments

Comments
 (0)