X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..e0221ef7cb657094d60975e01169de8f4a10bc5e:/samples/html/help/Makefile.in diff --git a/samples/html/help/Makefile.in b/samples/html/help/Makefile.in index 6189ec355e..1f43668538 100644 --- a/samples/html/help/Makefile.in +++ b/samples/html/help/Makefile.in @@ -22,7 +22,9 @@ DATAFILES = helpfiles/Index.hhk helpfiles/book1.htm helpfiles/book2.htm \ PROGRAM=help -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +-include $(DEPFILES)