X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/html/about/Makefile.in

diff --git a/samples/html/about/Makefile.in b/samples/html/about/Makefile.in
index 4911c00df7..02461c9726 100644
--- a/samples/html/about/Makefile.in
+++ b/samples/html/about/Makefile.in
@@ -18,7 +18,9 @@ DATAFILES = data/about.htm data/logo.png
 
 PROGRAM=about
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)