mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Depend setobject.o and dictobject.o on stringlib/eq.h.
This commit is contained in:
parent
b2f6bc72a2
commit
6fb44728bb
1 changed files with 3 additions and 0 deletions
|
|
@ -641,6 +641,9 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
|
|||
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
|
||||
$(BYTESTR_DEPS)
|
||||
|
||||
Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h
|
||||
Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h
|
||||
|
||||
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
|
||||
$(OPCODETARGETGEN) $(OPCODETARGETS_H)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue