commit | 6fb44728bb36d1d0f40155a295ecb15696351b33 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 25 17:36:11 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 25 17:36:11 2011 +0200 |
tree | 6c31b7002c704057070a36c873989316a3f24a05 | |
parent | b2f6bc72a269a0c4ed389ad232b47e2a42b8dde0 [diff] [blame] |
Depend setobject.o and dictobject.o on stringlib/eq.h.
diff --git a/Makefile.pre.in b/Makefile.pre.in index 78b85f6..a2b14a9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in
@@ -641,6 +641,9 @@ 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)