diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-08 20:19:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-08 20:19:14 (GMT) |
commit | 41356f926db777561b26a5d427d4e15297e7299a (patch) | |
tree | 88e639f792ff29888ab51249dd0818c39ec6a2af | |
parent | 3c569295d6e94eddc13b7d7caf71e99f3800b8ad (diff) | |
download | cpython-41356f926db777561b26a5d427d4e15297e7299a.zip cpython-41356f926db777561b26a5d427d4e15297e7299a.tar.gz cpython-41356f926db777561b26a5d427d4e15297e7299a.tar.bz2 |
indicate the dependence of odict and dictobject on dict-common.h
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9885daa..bef8797 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) |