From: Antoine Pitrou Date: Thu, 18 Oct 2012 19:31:22 +0000 (+0200) Subject: Followup to issue #15958: add join.h to Makefile dependencies for byte strings X-Git-Tag: v3.4.0a1~2227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74375fc06aac5093f14cb13e64fef439a1f972ab;p=python Followup to issue #15958: add join.h to Makefile dependencies for byte strings (thanks Serhiy). --- 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 \