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

Skip to content

Commit 6fb4472

Browse files
committed
Depend setobject.o and dictobject.o on stringlib/eq.h.
1 parent b2f6bc7 commit 6fb4472

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile.pre.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,9 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
641641
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
642642
$(BYTESTR_DEPS)
643643

644+
Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h
645+
Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h
646+
644647
$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
645648
$(OPCODETARGETGEN) $(OPCODETARGETS_H)
646649

0 commit comments

Comments
 (0)