summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-09-25 15:36:11 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-09-25 15:36:11 (GMT)
commit6fb44728bb36d1d0f40155a295ecb15696351b33 (patch)
tree6c31b7002c704057070a36c873989316a3f24a05 /Makefile.pre.in
parentb2f6bc72a269a0c4ed389ad232b47e2a42b8dde0 (diff)
downloadcpython-6fb44728bb36d1d0f40155a295ecb15696351b33.zip
cpython-6fb44728bb36d1d0f40155a295ecb15696351b33.tar.gz
cpython-6fb44728bb36d1d0f40155a295ecb15696351b33.tar.bz2
Depend setobject.o and dictobject.o on stringlib/eq.h.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 78b85f65..a2b14a9 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)