diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-09-25 17:36:11 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-09-25 17:36:11 +0200 |
commit | 841f2a8ea76f3eafa90553a817f2f34169446169 (patch) | |
tree | c4d342ccb87ef52c83ce779cfada8f9cd4f9eb30 /Makefile.pre.in | |
parent | 2931f1a19b1f68c5acee20dc24a31699dc0a830a (diff) | |
download | cpython-841f2a8ea76f3eafa90553a817f2f34169446169.tar.gz |
Depend setobject.o and dictobject.o on stringlib/eq.h.
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 78b85f656f..a2b14a9433 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) |