summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2016-12-15 09:05:04 (GMT)
committerXiang Zhang <angwerzx@126.com>2016-12-15 09:05:04 (GMT)
commit44dcd1e1d53aff424219685590de196d296b3504 (patch)
treea0de9006a912b8ec47e84c6c820b0601100e6eb6 /Makefile.pre.in
parent5bef7cd7f4d7ab666c0fc4b0cb6bd9311fb3d9b1 (diff)
parent3d40e37883e8c4002c1fb123fbdcade5506b72af (diff)
downloadcpython-44dcd1e1d53aff424219685590de196d296b3504.zip
cpython-44dcd1e1d53aff424219685590de196d296b3504.tar.gz
cpython-44dcd1e1d53aff424219685590de196d296b3504.tar.bz2
Issue #28930: Merge from 3.6.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 180cbac..d85019a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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)