From: Benjamin Peterson Date: Mon, 18 Aug 2008 16:08:02 +0000 (+0000) Subject: fix dependencies after rename X-Git-Tag: v3.0b3~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46f5f9ee0fe359100fdd7c84bd4a3b4a61a4c98f;p=thirdparty%2FPython%2Fcpython.git fix dependencies after rename --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 30fe44dad5ce..cec8d3c1a234 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -556,9 +556,9 @@ BYTESTR_DEPS = \ $(srcdir)/Objects/stringlib/unicodedefs.h \ $(srcdir)/Objects/stringlib/localeutil.h -Objects/stringobject.o: $(srcdir)/Objects/stringobject.c $(BYTESTR_DEPS) +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/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \ $(BYTESTR_DEPS) \