make bytearrayobject.o depend on the stringlib #4936

This commit is contained in:
Benjamin Peterson 2009-01-13 21:42:23 +00:00
parent 3a6a0431d0
commit fac1bc615c

View 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)