]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/font/Makefile.in
Corrections in light of recent toolbar and other changes
[wxWidgets.git] / samples / font / Makefile.in
index 2a7121c67580b512eb1d11c1b50b75621a3b56b2..cc4126757ed1f41ca6715ccb3c938fc8cf3fcba4 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/font
 
 PROGRAM=font
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)