X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07a9af327e1ce49afe9528ab761f98123387d853..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/samples/treelay/Makefile.in?ds=sidebyside

diff --git a/samples/treelay/Makefile.in b/samples/treelay/Makefile.in
index 2e838aee16..42fc62968c 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
 
+-include $(DEPFILES)