[Python-checkins] cpython: indicate the dependence of odict and dictobject on dict-common.h
benjamin.peterson
python-checkins at python.org
Thu Sep 8 16:19:43 EDT 2016
https://hg.python.org/cpython/rev/a0a47e7642a0
changeset: 103353:a0a47e7642a0
user: Benjamin Peterson <benjamin at python.org>
date: Thu Sep 08 13:19:14 2016 -0700
summary:
indicate the dependence of odict and dictobject on dict-common.h
files:
Makefile.pre.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -846,7 +846,8 @@
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)
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list