From: Benjamin Peterson Date: Tue, 13 Jan 2009 21:42:23 +0000 (+0000) Subject: make bytearrayobject.o depend on the stringlib #4936 X-Git-Tag: v2.7a1~2300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fac1bc615c6585d225ebaeb426471c6adcab21e4;p=python make bytearrayobject.o depend on the stringlib #4936 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 1b2bcfe053..a099f2210b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -564,6 +564,9 @@ STRINGLIB_HEADERS= \ Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \ $(STRINGLIB_HEADERS) +Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c \ + $(STRINGLIB_HEADERS) + Objects/stringobject.o: $(srcdir)/Objects/stringobject.c \ $(STRINGLIB_HEADERS)