X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/samples/html/virtual/Makefile.in?ds=sidebyside diff --git a/samples/html/virtual/Makefile.in b/samples/html/virtual/Makefile.in index ecba39d17f..34544f563e 100644 --- a/samples/html/virtual/Makefile.in +++ b/samples/html/virtual/Makefile.in @@ -15,9 +15,11 @@ program_dir = samples/html/virtual PROGRAM=virtual -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d DATAFILES=start.htm include ../../../src/makeprog.env +-include $(DEPFILES)