Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-01-20 21:55:32 -0800 (Thu, 20 Jan 2005)
Revision: 766
Log message:

      Bug 139: in order to make the effects of the OCamlGeneratedFiles global,
      I've created a .PHONY target (OCamlGeneratedFilesTarget) that the OCaml
      .SCANNER rules depend on and the OCamlGeneratedFiles function now just
      adds dependencies for the new target.
      
      The original behaviour (which may still be useful in a number of cases)
      can be achieved by using a new LocalOCamlGeneratedFiles function.
      

Changes  Path
+8 -5 omake/OMakeroot.src.in