Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-01-28 02:38:46 -0800 (Fri, 28 Jan 2005)
Revision: 6521
Log message:
When the argl module is available in the distribution (outside of the packaged
camlp4 library), then we can build filter binaries without -linkall. The stock
ocaml distribution does not have argl and we'd still have to use -linkall
there, but my mosr recent RPMs (and future versions of ocaml as well,
hopefully) give us a change to avoid this.
Changes | Path |
+9 -3 | metaprl/filter/OMakefile |