File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,14 +258,14 @@ ocaml_flags.cmi : \
258258 environments.cmi
259259ocaml_modifiers.cmo : \
260260 ocamltest_stdlib.cmi \
261- ocamltest_config.cmi \
262261 ocaml_variables.cmi \
262+ ocaml_directories.cmi \
263263 environments.cmi \
264264 ocaml_modifiers.cmi
265265ocaml_modifiers.cmx : \
266266 ocamltest_stdlib.cmx \
267- ocamltest_config.cmx \
268267 ocaml_variables.cmx \
268+ ocaml_directories.cmx \
269269 environments.cmx \
270270 ocaml_modifiers.cmi
271271ocaml_modifiers.cmi : \
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ ocaml_plugin := \
129129 ocaml_backends.mli ocaml_backends.ml \
130130 ocaml_filetypes.mli ocaml_filetypes.ml \
131131 ocaml_variables.mli ocaml_variables.ml \
132- ocaml_modifiers.mli ocaml_modifiers.ml \
133132 ocaml_directories.mli ocaml_directories.ml \
133+ ocaml_modifiers.mli ocaml_modifiers.ml \
134134 ocaml_files.mli ocaml_files.ml \
135135 ocaml_flags.mli ocaml_flags.ml \
136136 ocaml_commands.mli ocaml_commands.ml \
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ let make_module_modifier unit_name directory =
6868]
6969
7070let compiler_subdir subdir =
71- Filename. make_path (Ocamltest_config. ocamlsrcdir :: subdir)
71+ (* CR mshinwell: upstream this change *)
72+ Filename. make_path (Ocaml_directories. srcdir :: subdir)
7273
7374let config =
7475[
You can’t perform that action at this time.
0 commit comments