]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 68581 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 22:15:07 +0000 (22:15 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 22:15:07 +0000 (22:15 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68581 | benjamin.peterson | 2009-01-13 15:53:28 -0600 (Tue, 13 Jan 2009) | 1 line

  make bytearrayobject.o depend on the stringlib headers #4936
........

Makefile.pre.in

index 724f932344459fca9c5e3a10443d3f5d1e787b1d..4485a81d15213cba92c62563f836dac593a55ac4 100644 (file)
@@ -560,9 +560,9 @@ BYTESTR_DEPS = \
                $(srcdir)/Objects/stringlib/unicodedefs.h \
                $(srcdir)/Objects/stringlib/localeutil.h
 
-Objects/stringobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
+Objects/bytesobject.o: $(srcdir)/Objects/bytesobject.c $(BYTESTR_DEPS)
 
-Objects/bytesobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS) 
+Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS) 
 
 Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
                                              $(BYTESTR_DEPS) \