Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-15 11:32:54 -0700 (Thu, 15 Jun 2006)
Revision: 9319
Log message:
Various fixes for accurate dependencies:
- .SCANNER targets should use
:value: $(find-targets-in-path-optional ... $&)
not
:value: $(find-in-path-optional ... $&)
- Call menhir with the --raw-depend option
Changes | Path |
+4 -4 | omake-branches/0.9.8.ocamldep/OMakefile |
+92 -44 | omake-branches/0.9.8.ocamldep/lib/build/OCaml.om |
+1 -1 | omake-branches/0.9.8.ocamldep/src/shell/OMakefile |