Add dependencies for the weakref object.

This commit is contained in:
Fred Drake 2001-10-05 21:56:02 +00:00
parent 19bc578a09
commit 502ed82125

View File

@ -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)