X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/html/helpview/Makefile.in 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)