X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5301d9333612e6d80f285752d26718475fce6c98..36a56c6568bd29350a24f32bf5bbad0532a42a19:/samples/treectrl/Makefile.in diff --git a/samples/treectrl/Makefile.in b/samples/treectrl/Makefile.in index 5a08e1e427..faeb3c590a 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 +@IF_GNU_MAKE@-include $(DEPFILES)