Skip to content

Commit

Permalink
Fix .depend file (ocaml#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccasin authored Dec 29, 2022
1 parent 942f2ab commit d01ffa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .depend
Original file line number Diff line number Diff line change
Expand Up @@ -1867,8 +1867,7 @@ typing/typemod.cmi : \
typing/ident.cmi \
typing/env.cmi \
utils/compilation_unit.cmi \
file_formats/cmi_format.cmi \
utils/clflags.cmi
file_formats/cmi_format.cmi
typing/typeopt.cmo : \
typing/types.cmi \
typing/typedtree.cmi \
Expand Down Expand Up @@ -1998,6 +1997,7 @@ typing/typetexp.cmi : \
parsing/location.cmi \
typing/errortrace.cmi \
typing/env.cmi \
utils/clflags.cmi \
parsing/asttypes.cmi
typing/untypeast.cmo : \
typing/typedtree.cmi \
Expand Down Expand Up @@ -4150,6 +4150,7 @@ file_formats/cmx_format.cmi : \
utils/compilation_unit.cmi \
middle_end/clambda.cmi
file_formats/cmxs_format.cmi : \
utils/import_info.cmi \
utils/compilation_unit.cmi
file_formats/linear_format.cmo : \
utils/misc.cmi \
Expand Down

0 comments on commit d01ffa0

Please sign in to comment.