diff --git a/Makefile.pre.in b/Makefile.pre.in index ce54e444bf6..c371e2e8975 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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) + ######################################################################