mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Add dependencies for the weakref object.
This commit is contained in:
parent
19bc578a09
commit
502ed82125
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user