X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07a9af327e1ce49afe9528ab761f98123387d853..19e30148e18cc99296b26503c155e5cef59045f4:/samples/treelay/Makefile.in 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)