Make haddocking depend on the library .a file
authorsimonpj@microsoft.com <unknown>
Fri, 29 May 2009 08:45:14 +0000 (08:45 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 29 May 2009 08:45:14 +0000 (08:45 +0000)
commitdc249f10a67581f78cc30eabdfd241cd1f771232
tree85cf963b02e5712a52d27f47ca8f041753fd2903
parent0abcc75505992b925ca1b6fed6c97cb105b6fe96
Make haddocking depend on the library .a file

You can't Haddock a library until it's built. Previously that happened
automatically because
  Haddock itself was built with stage2
  And all the libraries were built with stage1
But now DPH is built with stage2, so Haddock can get to work too
early.

This patch adds the missing dependency (thanks to Simon M)
rules/haddock.mk