[Python-Dev] Makefile changes
Neil Schemenauer
nas@arctrix.com
Fri, 26 Jan 2001 05:58:50 -0800
On Fri, Jan 26, 2001 at 12:58:24PM -0500, Jeremy Hylton wrote:
> Isn't it overkill to have every .o file depend on all the .h files?
Maybe, but Python compiles pretty fast anyhow. I'd rather error
on the safe side (ie. compiling too much). Trying to figure out
which of the subheaders a .c file uses when it imports Python.h
would be a lot of work and error prone. More power to you if you
want to do it. ;-)
Neil