diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-10-18 19:31:22 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-10-18 19:31:22 (GMT) |
commit | 74375fc06aac5093f14cb13e64fef439a1f972ab (patch) | |
tree | e7b1348a592540aa56051cd4bfc5d6c664b09b9f /Makefile.pre.in | |
parent | 5cb65917e127effb45cd790decc05d82836af284 (diff) | |
download | cpython-74375fc06aac5093f14cb13e64fef439a1f972ab.zip cpython-74375fc06aac5093f14cb13e64fef439a1f972ab.tar.gz cpython-74375fc06aac5093f14cb13e64fef439a1f972ab.tar.bz2 |
Followup to issue #15958: add join.h to Makefile dependencies for byte strings
(thanks Serhiy).
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c83248..219869d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -695,6 +695,7 @@ BYTESTR_DEPS = \ $(srcdir)/Objects/stringlib/fastsearch.h \ $(srcdir)/Objects/stringlib/find.h \ $(srcdir)/Objects/stringlib/find_max_char.h \ + $(srcdir)/Objects/stringlib/join.h \ $(srcdir)/Objects/stringlib/partition.h \ $(srcdir)/Objects/stringlib/split.h \ $(srcdir)/Objects/stringlib/stringdefs.h \ |