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

Skip to content

Commit 3d40e37

Browse files
committed
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.
1 parent cb2128c commit 3d40e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,8 @@ UNICODE_DEPS = \
858858
$(srcdir)/Objects/stringlib/unicode_format.h \
859859
$(srcdir)/Objects/stringlib/unicodedefs.h
860860

861+
Objects/bytes_methods.o: $(srcdir)/Objects/bytes_methods.c $(BYTESTR_DEPS)
861862
Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
862-
863863
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
864864

865865
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS)

0 commit comments

Comments
 (0)