]> granicus.if.org Git - python/commit
Add dependencies for Python/thread.c on all of the header files that
authorGuido van Rossum <guido@python.org>
Sat, 18 Aug 2001 21:08:22 +0000 (21:08 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Aug 2001 21:08:22 +0000 (21:08 +0000)
commit9454ad7263e1f1ebda090bf0ec4920695dfd4558
tree80ba4a5ea5ab56b21e4d0b00337fbc7bd565104c
parent112ea6bfa61e67516f8ab7c0b5b46911d5f7e060
Add dependencies for Python/thread.c on all of the header files that
it may depend on.  It's really annoying that thread.o doesn't get
rebuilt when the .h file is changed! :-)

The dependency is on *all* the Python/thread_*.h files -- that should
be sufficient and rarely cause unneeded recompilations.
Makefile.pre.in