File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ rule cc
22
22
}
23
23
description = Making $out
24
24
# build bspp.exe: cc bspp.mli bspp.ml
25
- build ../${ process . platform } /bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
25
+ o ../${ process . platform } /bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
26
26
flags = $flags -unboxed-types unix.cmxa str.cmxa
27
- build ../${ process . platform } /bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
27
+ o ../${ process . platform } /bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
28
28
flags = $flags -unboxed-types -w -a
29
- build ../${ process . platform } /refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
29
+ o ../${ process . platform } /refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
30
30
flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
31
- build ../${ process . platform } /bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
31
+ o ../${ process . platform } /bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
32
32
flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 -warn-error A
33
33
` ;
34
34
}
You can’t perform that action at this time.
0 commit comments