Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-01-15 13:55:52 -0800 (Mon, 15 Jan 2007)
Revision: 9954
Log message:

      (Bug 629) For some reason, the OCamlProgram was using the LIBS variable for
      no good reason - the OCAML_CLIBS variable should be used instead. If one wants
      the LIBS to be included in OCAML_CLIBS, one should use
      
      OCAML_CLIBS += $`(LIBS)
      
      accordingly.
      

Changes  Path
+5 -7 omake-branches/0.9.8.x/lib/build/OCaml.om