]> granicus.if.org Git - python/commit
Issue #28930: Add a Makefile rule for bytes_methods.c.
authorXiang Zhang <angwerzx@126.com>
Thu, 15 Dec 2016 08:41:12 +0000 (16:41 +0800)
committerXiang Zhang <angwerzx@126.com>
Thu, 15 Dec 2016 08:41:12 +0000 (16:41 +0800)
commit3d40e37883e8c4002c1fb123fbdcade5506b72af
treec1570841dc20c2136c682c6e7cf6f6a21f2909bb
parentcb2128cada922741381bcb6ee73a33842a9a43db
Issue #28930: Add a Makefile rule for bytes_methods.c.

Add a dependency to stringlib to make sure that bytes_methods.c is
recompiled if stringlib is modified.
Makefile.pre.in