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