solvuu / solvuu-build

DEPRECATED. We recommend Jane Street's dune (formerly jbuilder).
ISC License
24 stars 5 forks source link

makefile should outsource dependency handling to ocamlbuild more #23

Closed agarwal closed 8 years ago

agarwal commented 8 years ago

Many of the rules in our generated makefile simply outsource the work to ocamlbuild. However, since we don't give any dependencies in such rules, make incorrectly sometimes doesn't make the call to ocamlbuild. The solution is simple: define a FORCE: rule and make that a dependency of such rules.

agarwal commented 8 years ago

Done in a601eb57b21418de34ed209bc129fae887386974.