From 502ed82125e0d11204357bb9bc48f88e8a994bb0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 5 Oct 2001 21:56:02 +0000 Subject: [PATCH] Add dependencies for the weakref object. --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 554850fcb6..26707e76de 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -265,6 +265,7 @@ OBJECT_OBJS= \ Objects/stringobject.o \ Objects/tupleobject.o \ Objects/typeobject.o \ + Objects/weakrefobject.o \ $(UNICODE_OBJS) @@ -470,6 +471,7 @@ PYTHON_HEADERS= \ Include/traceback.h \ Include/tupleobject.h \ Include/unicodeobject.h \ + Include/weakrefobject.h \ pyconfig.h $(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS) -- 2.50.1