Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-05-31 13:23:43 -0700 (Thu, 31 May 2007)
Revision: 10841
Log message:

      - When passing a command line as a command line argument (e.g. with menhir's
       --ocamldep and --ocamlc options), we need to use $(quote-argv ...) instead
       of just $"..." to make sure that special symbols that are already quoted in
       the argument, get "double-quoted" appropriately.
     
       This merges the r10840 off the 0.9.8.2 "stable" branch.
     
     - Changed the default value of OCAMLDEP_MODULES_ENABLED to
       $(OCAMLDEP_MODULES_AVAILABLE) instead of false and updated the documentation
       accordingly.

Changes  Path
+12 -15 omake-branches/0.9.8.x/lib/build/OCaml.om