X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07a9af327e1ce49afe9528ab761f98123387d853..81c9effa8462662263c3b4eac2cfae1ef5caae2c:/samples/treelay/Makefile.in?ds=sidebyside diff --git a/samples/treelay/Makefile.in b/samples/treelay/Makefile.in index 2e838aee16..4e648affc4 100644 --- a/samples/treelay/Makefile.in +++ b/samples/treelay/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/treelay PROGRAM=treelay -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)