mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
make bytearrayobject.o depend on the stringlib #4936
This commit is contained in:
parent
3a6a0431d0
commit
fac1bc615c
1 changed files with 3 additions and 0 deletions
|
@ -564,6 +564,9 @@ STRINGLIB_HEADERS= \
|
|||
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
|
||||
$(STRINGLIB_HEADERS)
|
||||
|
||||
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c \
|
||||
$(STRINGLIB_HEADERS)
|
||||
|
||||
Objects/stringobject.o: $(srcdir)/Objects/stringobject.c \
|
||||
$(STRINGLIB_HEADERS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue