[Python-checkins] cpython: Followup to issue #15958: add join.h to Makefile dependencies for byte strings

antoine.pitrou python-checkins at python.org
Thu Oct 18 21:33:21 CEST 2012


http://hg.python.org/cpython/rev/388e43bb519d
changeset:   79818:388e43bb519d
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Oct 18 21:31:22 2012 +0200
summary:
  Followup to issue #15958: add join.h to Makefile dependencies for byte strings
(thanks Serhiy).

files:
  Makefile.pre.in |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -695,6 +695,7 @@
 		$(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 \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list