X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..4b912ef220f5509b4d6a09a38c9e7839b5f11a6b:/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)