X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a132a1c810bea2d37b09f01524b57440c968de1c..1197380cfa0b346f2dda8ba0d2c1e84dca37528d:/samples/html/help/Makefile.in?ds=sidebyside 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)