make bytearrayobject.o depend on the stringlib headers #4936
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7cd0b4d..05efc7e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -559,9 +559,9 @@
 		$(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) \