~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to camlp4/mkcamlp4.ml

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * - Nicolas Pouillard: rewriting in OCaml
18
18
 *)
19
19
 
20
 
(* $Id: mkcamlp4.ml,v 1.3 2007/02/07 10:09:21 ertai Exp $ *)
 
20
 
21
21
 
22
22
open Camlp4;
23
23
open Camlp4_config;
61
61
    close_out cout
62
62
  };
63
63
 
64
 
  run (["ocamlc"; "-I"; camlp4_standard_library; "Camlp4.cma"; crc_ml]
 
64
  run (["ocamlc"; "-I"; camlp4_standard_library; "camlp4lib.cma"; crc_ml]
65
65
       @ includes @ options @ ["Camlp4Bin.cmo"; "-linkall"]);
66
66
  clean();
67
67
}