X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..33b494d643e42a2e2963987cbc3637f4593ea43a:/samples/html/help/Makefile.in diff --git a/samples/html/help/Makefile.in b/samples/html/help/Makefile.in index 6189ec355e..0ce8432a57 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 +@IF_GNU_MAKE@-include $(DEPFILES)