Skip to content

Commit 3e46daf

Browse files
committed
Update .depend files
1 parent a5c547e commit 3e46daf

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.depend

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,13 @@ utils/config.cmx : \
6868
utils/config.cmi
6969
utils/config.cmi :
7070
utils/consistbl.cmo : \
71-
utils/symbol.cmi \
7271
utils/misc.cmi \
73-
utils/compilation_unit.cmi \
7472
utils/consistbl.cmi
7573
utils/consistbl.cmx : \
76-
utils/symbol.cmx \
7774
utils/misc.cmx \
78-
utils/compilation_unit.cmx \
7975
utils/consistbl.cmi
8076
utils/consistbl.cmi : \
81-
utils/symbol.cmi \
82-
utils/misc.cmi \
83-
utils/compilation_unit.cmi
77+
utils/misc.cmi
8478
utils/diffing.cmo : \
8579
utils/misc.cmi \
8680
utils/diffing.cmi
@@ -1461,6 +1455,7 @@ typing/typecore.cmo : \
14611455
typing/types.cmi \
14621456
typing/typedtree.cmi \
14631457
typing/typedecl.cmi \
1458+
typing/type_immediacy.cmi \
14641459
typing/subst.cmi \
14651460
typing/shape.cmi \
14661461
typing/rec_check.cmi \
@@ -1495,6 +1490,7 @@ typing/typecore.cmx : \
14951490
typing/types.cmx \
14961491
typing/typedtree.cmx \
14971492
typing/typedecl.cmx \
1493+
typing/type_immediacy.cmx \
14981494
typing/subst.cmx \
14991495
typing/shape.cmx \
15001496
typing/rec_check.cmx \

tools/.depend

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ cmpbyt.cmx : \
3030
../bytecomp/bytesections.cmx
3131
cvt_emit.cmo :
3232
cvt_emit.cmx :
33+
debug_printers.cmo : \
34+
../typing/printtyp.cmi \
35+
../typing/path.cmi \
36+
../typing/ident.cmi
37+
debug_printers.cmx : \
38+
../typing/printtyp.cmx \
39+
../typing/path.cmx \
40+
../typing/ident.cmx
3341
dumpobj.cmo : \
3442
../bytecomp/symtable.cmi \
3543
opnames.cmo \

0 commit comments

Comments
 (0)