Commit 113bb721 authored by Neil Schemenauer's avatar Neil Schemenauer

Make module objects from Setup depend on Python.h headers.

parent a70642e8
...@@ -414,9 +414,9 @@ Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \ ...@@ -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): \ ...@@ -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)
###################################################################### ######################################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment