mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
indicate the dependence of odict and dictobject on dict-common.h
This commit is contained in:
parent
3c569295d6
commit
41356f926d
@ -846,7 +846,8 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
|
||||
|
||||
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS)
|
||||
|
||||
Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h
|
||||
Objects/odictobject.o: $(srcdir)/Objects/dict-common.h
|
||||
Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h $(srcdir)/Objects/dict-common.h
|
||||
Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h
|
||||
|
||||
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
|
||||
|
Loading…
Reference in New Issue
Block a user