From: Benjamin Peterson Date: Thu, 8 Sep 2016 20:19:14 +0000 (-0700) Subject: indicate the dependence of odict and dictobject on dict-common.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41356f926db777561b26a5d427d4e15297e7299a;p=python indicate the dependence of odict and dictobject on dict-common.h --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9885daaf49..bef8797194 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -846,7 +846,8 @@ Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c $(BYTESTR_DEPS) Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c $(UNICODE_DEPS) -Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h +Objects/odictobject.o: $(srcdir)/Objects/dict-common.h +Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h $(srcdir)/Objects/dict-common.h Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h $(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)