From: Martin v. Löwis Date: Sun, 25 Sep 2011 15:36:11 +0000 (+0200) Subject: Depend setobject.o and dictobject.o on stringlib/eq.h. X-Git-Tag: v3.2.3rc1~549 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fb44728bb36d1d0f40155a295ecb15696351b33;p=thirdparty%2FPython%2Fcpython.git Depend setobject.o and dictobject.o on stringlib/eq.h. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 78b85f656f16..a2b14a943349 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -641,6 +641,9 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS) 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)