mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Issue #28930: Add a Makefile rule for bytes_methods.c.
Add a dependency to stringlib to make sure that bytes_methods.c is recompiled if stringlib is modified.
This commit is contained in:
parent
cb2128cada
commit
3d40e37883
1 changed files with 1 additions and 1 deletions
|
|
@ -858,8 +858,8 @@ UNICODE_DEPS = \
|
|||
$(srcdir)/Objects/stringlib/unicode_format.h \
|
||||
$(srcdir)/Objects/stringlib/unicodedefs.h
|
||||
|
||||
Objects/bytes_methods.o: $(srcdir)/Objects/bytes_methods.c $(BYTESTR_DEPS)
|
||||
Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
|
||||
|
||||
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
|
||||
|
||||
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue