mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Make module objects from Setup depend on Python.h headers.
This commit is contained in:
parent
64949cb753
commit
f65e500594
1 changed files with 4 additions and 2 deletions
|
@ -414,9 +414,9 @@ Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \
|
||||||
############################################################################
|
############################################################################
|
||||||
# Header files
|
# Header files
|
||||||
|
|
||||||
$(LIBRARY_OBJS) $(MAINOBJ): \
|
PYTHON_HEADERS= \
|
||||||
config.h \
|
|
||||||
Include/Python.h \
|
Include/Python.h \
|
||||||
|
config.h \
|
||||||
Include/patchlevel.h \
|
Include/patchlevel.h \
|
||||||
Include/pyport.h \
|
Include/pyport.h \
|
||||||
Include/pymem.h \
|
Include/pymem.h \
|
||||||
|
@ -454,6 +454,8 @@ $(LIBRARY_OBJS) $(MAINOBJ): \
|
||||||
Include/abstract.h \
|
Include/abstract.h \
|
||||||
Include/pyfpe.h
|
Include/pyfpe.h
|
||||||
|
|
||||||
|
$(LIBRARY_OBJS) $(MODOBJS) $(MAINOBJ): $(PYTHON_HEADERS)
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue