X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4f02b1fd84a243002416902530d9fed73ac7147..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/samples/thread/Makefile.in diff --git a/samples/thread/Makefile.in b/samples/thread/Makefile.in index 6df1617e75..045479aaaf 100644 --- a/samples/thread/Makefile.in +++ b/samples/thread/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/thread PROGRAM=thread -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)