File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ toplevel/opttoploop.cmx: otherlibs/dynlink/dynlink.cmxa
10141014make_opcodes := tools/make_opcodes$(EXE )
10151015
10161016bytecomp/opcodes.ml : runtime/caml/instruct.h $(make_opcodes )
1017- runtime/ocamlrun $( EXE ) $(make_opcodes ) -opcodes < $< > $@
1017+ $( CAMLRUN ) $(make_opcodes ) -opcodes < $< > $@
10181018
10191019bytecomp/opcodes.mli : bytecomp/opcodes.ml
10201020 $(CAMLC ) -i $< > $@
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ $(make_opcodes): make_opcodes.ml
255255 $(CAMLC ) $< -o $@
256256
257257opnames.ml : $(ROOTDIR ) /runtime/caml/instruct.h $(make_opcodes )
258- $(ROOTDIR ) /runtime/ocamlrun $( EXE ) $(make_opcodes ) -opnames < $< > $@
258+ $(CAMLRUN ) $(make_opcodes ) -opnames < $< > $@
259259
260260clean ::
261261 rm -f opnames.ml make_opcodes make_opcodes.exe make_opcodes.ml
@@ -354,7 +354,7 @@ caml_tex := caml-tex$(EXE)
354354
355355$(caml_tex ) : INCLUDES += $(addprefix -I $(ROOTDIR ) /otherlibs/,str $(UNIXLIB ) )
356356$(caml_tex ) : $(caml_tex_files )
357- $(ROOTDIR ) /runtime/ocamlrun $( EXE ) $(ROOTDIR ) /ocamlc$(EXE ) -nostdlib \
357+ $(CAMLRUN ) $(ROOTDIR ) /ocamlc$(EXE ) -nostdlib \
358358 -I $(ROOTDIR ) /stdlib $(LINKFLAGS ) -linkall \
359359 -o $@ -no-alias-deps $^
360360
You can’t perform that action at this time.
0 commit comments