Kaydet (Commit) 9454ad72 authored tarafından Guido van Rossum's avatar Guido van Rossum

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.
üst 112ea6bf
......@@ -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
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