X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..c822ad5a5e30a21ca3340af644bf79804cf7c777:/samples/listctrl/Makefile.in?ds=inline

diff --git a/samples/listctrl/Makefile.in b/samples/listctrl/Makefile.in
index ccc6112cca..19f655049c 100644
--- a/samples/listctrl/Makefile.in
+++ b/samples/listctrl/Makefile.in
@@ -15,7 +15,9 @@ program_dir = samples/listctrl
 
 PROGRAM=listtest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)