X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5301d9333612e6d80f285752d26718475fce6c98..8b6e6947fc8fb946391740d66b140413eccb6b6c:/samples/treectrl/Makefile.in?ds=inline diff --git a/samples/treectrl/Makefile.in b/samples/treectrl/Makefile.in index 5a08e1e427..81bbcbaf6e 100644 --- a/samples/treectrl/Makefile.in +++ b/samples/treectrl/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/treectrl PROGRAM=treectrl -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)