Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2128c commit 3d40e37Copy full SHA for 3d40e37
1 file changed
Makefile.pre.in
@@ -858,8 +858,8 @@ UNICODE_DEPS = \
858
$(srcdir)/Objects/stringlib/unicode_format.h \
859
$(srcdir)/Objects/stringlib/unicodedefs.h
860
861
+Objects/bytes_methods.o: $(srcdir)/Objects/bytes_methods.c $(BYTESTR_DEPS)
862
Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
-
863
Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS)
864
865
Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS)
0 commit comments