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

index 7cd0b4d976a857de0cad53dc11cfd17e9f93f98a..05efc7ede894ef62d5c0e67be71e4aefb3791f27 100644 (file)
@@ -559,9 +559,9 @@ BYTESTR_DEPS = \
                $(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) \