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.
2 parents c7d93b7 + 6fb4472 commit 91ef21fCopy full SHA for 91ef21f
1 file changed
Makefile.pre.in
@@ -641,6 +641,9 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
641
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
642
$(BYTESTR_DEPS)
643
644
+Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h
645
+Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h
646
+
647
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
648
$(OPCODETARGETGEN) $(OPCODETARGETS_H)
649
0 commit comments