
http://hg.python.org/cpython/rev/4951ffc178db changeset: 72469:4951ffc178db branch: 3.2 parent: 72459:b378864d8ff3 user: Martin v. Löwis <martin@v.loewis.de> date: Sun Sep 25 17:36:11 2011 +0200 summary: Depend setobject.o and dictobject.o on stringlib/eq.h. files: Makefile.pre.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -641,6 +641,9 @@ Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \ $(BYTESTR_DEPS) +Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h +Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h + $(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES) $(OPCODETARGETGEN) $(OPCODETARGETS_H) -- Repository URL: http://hg.python.org/cpython