X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..6c41903ced78c0b4115785aa80a934833abbc1ef:/samples/html/helpview/Makefile.in?ds=sidebyside diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index f07afcab8c..f744e9f562 100644 --- a/samples/html/helpview/Makefile.in +++ b/samples/html/helpview/Makefile.in @@ -19,7 +19,9 @@ DATAFILES = test.zip PROGRAM=helpview -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +-include $(DEPFILES)