X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/font/Makefile.in?ds=sidebyside

diff --git a/samples/font/Makefile.in b/samples/font/Makefile.in
index 2a7121c675..69124b152c 100644
--- a/samples/font/Makefile.in
+++ b/samples/font/Makefile.in
@@ -15,7 +15,9 @@ program_dir = samples/font
 
 PROGRAM=font
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)