Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41356f9

Browse files
committed
indicate the dependence of odict and dictobject on dict-common.h
1 parent 3c56929 commit 41356f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,8 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
846846

847847
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS)
848848

849-
Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h
849+
Objects/odictobject.o: $(srcdir)/Objects/dict-common.h
850+
Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h $(srcdir)/Objects/dict-common.h
850851
Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h
851852

852853
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)

0 commit comments

Comments
 (0)