]> granicus.if.org Git - python/commitdiff
make bytearrayobject.o depend on the stringlib #4936
authorBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 21:42:23 +0000 (21:42 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 21:42:23 +0000 (21:42 +0000)
Makefile.pre.in

index 1b2bcfe0536ab49c7deddbfa05239b6fab236298..a099f2210b5f37e0143c76fbd07e8b9ba888a215 100644 (file)
@@ -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)