]> granicus.if.org Git - python/commitdiff
indicate the dependence of odict and dictobject on dict-common.h
authorBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 20:19:14 +0000 (13:19 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 20:19:14 +0000 (13:19 -0700)
Makefile.pre.in

index 9885daaf492be59e50fa234bfe9df936773a5770..bef8797194336d83f830374f6c7bd91b0ba6743b 100644 (file)
@@ -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)