diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-10-18 21:31:22 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-10-18 21:31:22 +0200 |
commit | 74375fc06aac5093f14cb13e64fef439a1f972ab (patch) | |
tree | e7b1348a592540aa56051cd4bfc5d6c664b09b9f | |
parent | 5cb65917e127effb45cd790decc05d82836af284 (diff) | |
download | cpython-git-74375fc06aac5093f14cb13e64fef439a1f972ab.tar.gz |
Followup to issue #15958: add join.h to Makefile dependencies for byte strings
(thanks Serhiy).
-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 9c83248d45..219869d06c 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 \ |