mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
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.
This commit is contained in:
parent
112ea6bfa6
commit
9454ad7263
1 changed files with 4 additions and 0 deletions
|
@ -881,4 +881,8 @@ funny:
|
|||
-o -name MANIFEST \
|
||||
-o -print
|
||||
|
||||
# Dependencies
|
||||
|
||||
Python/thread.o: $(srcdir)/Python/thread_*.h
|
||||
|
||||
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue