Skip to content

Commit

Permalink
Update .depend files
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Dec 13, 2022
1 parent a5c547e commit 3e46daf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .depend
Expand Up @@ -68,19 +68,13 @@ utils/config.cmx : \
utils/config.cmi
utils/config.cmi :
utils/consistbl.cmo : \
utils/symbol.cmi \
utils/misc.cmi \
utils/compilation_unit.cmi \
utils/consistbl.cmi
utils/consistbl.cmx : \
utils/symbol.cmx \
utils/misc.cmx \
utils/compilation_unit.cmx \
utils/consistbl.cmi
utils/consistbl.cmi : \
utils/symbol.cmi \
utils/misc.cmi \
utils/compilation_unit.cmi
utils/misc.cmi
utils/diffing.cmo : \
utils/misc.cmi \
utils/diffing.cmi
Expand Down Expand Up @@ -1461,6 +1455,7 @@ typing/typecore.cmo : \
typing/types.cmi \
typing/typedtree.cmi \
typing/typedecl.cmi \
typing/type_immediacy.cmi \
typing/subst.cmi \
typing/shape.cmi \
typing/rec_check.cmi \
Expand Down Expand Up @@ -1495,6 +1490,7 @@ typing/typecore.cmx : \
typing/types.cmx \
typing/typedtree.cmx \
typing/typedecl.cmx \
typing/type_immediacy.cmx \
typing/subst.cmx \
typing/shape.cmx \
typing/rec_check.cmx \
Expand Down
8 changes: 8 additions & 0 deletions tools/.depend
Expand Up @@ -30,6 +30,14 @@ cmpbyt.cmx : \
../bytecomp/bytesections.cmx
cvt_emit.cmo :
cvt_emit.cmx :
debug_printers.cmo : \
../typing/printtyp.cmi \
../typing/path.cmi \
../typing/ident.cmi
debug_printers.cmx : \
../typing/printtyp.cmx \
../typing/path.cmx \
../typing/ident.cmx
dumpobj.cmo : \
../bytecomp/symtable.cmi \
opnames.cmo \
Expand Down

0 comments on commit 3e46daf

Please sign in to comment.