Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 3c56929 commit 41356f9Copy full SHA for 41356f9
1 file changed
Makefile.pre.in
@@ -846,7 +846,8 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
846
847
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS)
848
849
-Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h
+Objects/odictobject.o: $(srcdir)/Objects/dict-common.h
850
+Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h $(srcdir)/Objects/dict-common.h
851
Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h
852
853
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
0 commit comments