diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-09-25 15:36:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-09-25 15:36:31 (GMT) |
commit | 91ef21f2b620879761275d82be90a018e67a3835 (patch) | |
tree | 95a9da873cac0e610dec770e60e77a13cfe46ee5 /Makefile.pre.in | |
parent | c7d93b761413834e0ac39f5fc648565a2843121f (diff) | |
parent | 6fb44728bb36d1d0f40155a295ecb15696351b33 (diff) | |
download | cpython-91ef21f2b620879761275d82be90a018e67a3835.zip cpython-91ef21f2b620879761275d82be90a018e67a3835.tar.gz cpython-91ef21f2b620879761275d82be90a018e67a3835.tar.bz2 |
merged
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
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) |