summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-09-25 15:36:31 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-09-25 15:36:31 (GMT)
commit91ef21f2b620879761275d82be90a018e67a3835 (patch)
tree95a9da873cac0e610dec770e60e77a13cfe46ee5 /Makefile.pre.in
parentc7d93b761413834e0ac39f5fc648565a2843121f (diff)
parent6fb44728bb36d1d0f40155a295ecb15696351b33 (diff)
downloadcpython-91ef21f2b620879761275d82be90a018e67a3835.zip
cpython-91ef21f2b620879761275d82be90a018e67a3835.tar.gz
cpython-91ef21f2b620879761275d82be90a018e67a3835.tar.bz2
merged
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 055f4a5..d2546eb 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)