Commit f65e5005 authored by Neil Schemenauer's avatar Neil Schemenauer

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

parent 64949cb7
......@@ -414,9 +414,9 @@ Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \
############################################################################
# Header files
$(LIBRARY_OBJS) $(MAINOBJ): \
config.h \
PYTHON_HEADERS= \
Include/Python.h \
config.h \
Include/patchlevel.h \
Include/pyport.h \
Include/pymem.h \
......@@ -454,6 +454,8 @@ $(LIBRARY_OBJS) $(MAINOBJ): \
Include/abstract.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