X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..08a15c0d899daad0ff8cc2ed4c06ff78b8ec3cc3:/samples/html/helpview/Makefile.in?ds=inline diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index f07afcab8c..706c0e7f47 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 +@IF_GNU_MAKE@-include $(DEPFILES)