X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5301d9333612e6d80f285752d26718475fce6c98..6feaaaedd69b30001afcfe54620f08f635094819:/samples/treectrl/Makefile.in diff --git a/samples/treectrl/Makefile.in b/samples/treectrl/Makefile.in index 5a08e1e427..33e2e877a5 100644 --- a/samples/treectrl/Makefile.in +++ b/samples/treectrl/Makefile.in @@ -5,9 +5,11 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/treectrl -PROGRAM=treectrl +PROGRAM=treetest -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)