File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11(library (name caml) (public_name base.caml) (preprocess no_preprocessing))
22
3- (rule (targets caml.ml) (deps (:first_dep ../gen/gen.exe))
4- (action (run %{first_dep} -ocaml-where %{ocaml_where} -o %{targets})))
3+ (rule (targets caml.ml)
4+ (action (run ../gen/gen.exe -ocaml-where %{ocaml_where} -o %{targets})))
Original file line number Diff line number Diff line change 22 (libraries caml) (preprocess no_preprocessing))
33
44(rule (targets shadow_stdlib.mli)
5- (deps (:first_dep ../gen/gen.exe) ../../compiler-stdlib/src/caml.cma)
5+ (deps ../../compiler-stdlib/src/caml.cma)
66 (action
7- (run %{first_dep} -caml-cmi ../../compiler-stdlib/src/.caml.objs/caml.cmi
8- ../../compiler-stdlib/src/.caml.objs/byte/caml.cmi -o %{targets})))
7+ (run ../gen/gen.exe -caml-cmi ../../compiler-stdlib/src/.caml.objs/caml.cmi
8+ ../../compiler-stdlib/src/.caml.objs/byte/caml.cmi -o %{targets})))
You can’t perform that action at this time.
0 commit comments