Skip to content

Commit

Permalink
Fix .depend
Browse files Browse the repository at this point in the history
  • Loading branch information
lthls committed Apr 19, 2021
1 parent d504b58 commit 71fb042
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions .depend
Expand Up @@ -2027,10 +2027,8 @@ bytecomp/printinstr.cmx : \
bytecomp/printinstr.cmi
bytecomp/printinstr.cmi : \
bytecomp/instruct.cmi
bytecomp/runtimedef.cmo :
bytecomp/runtimedef.cmx :
bytecomp/symtable.cmo : \
bytecomp/runtimedef.cmo \
lambda/runtimedef.cmi \
typing/predef.cmi \
utils/misc.cmi \
bytecomp/meta.cmi \
Expand All @@ -2045,7 +2043,7 @@ bytecomp/symtable.cmo : \
parsing/asttypes.cmi \
bytecomp/symtable.cmi
bytecomp/symtable.cmx : \
bytecomp/runtimedef.cmx \
lambda/runtimedef.cmx \
typing/predef.cmx \
utils/misc.cmx \
bytecomp/meta.cmx \
Expand Down Expand Up @@ -2229,7 +2227,7 @@ asmcomp/asmlibrarian.cmx : \
asmcomp/asmlibrarian.cmi
asmcomp/asmlibrarian.cmi :
asmcomp/asmlink.cmo : \
bytecomp/runtimedef.cmo \
lambda/runtimedef.cmi \
utils/profile.cmi \
utils/misc.cmi \
parsing/location.cmi \
Expand All @@ -2247,7 +2245,7 @@ asmcomp/asmlink.cmo : \
asmcomp/asmgen.cmi \
asmcomp/asmlink.cmi
asmcomp/asmlink.cmx : \
bytecomp/runtimedef.cmx \
lambda/runtimedef.cmx \
utils/profile.cmx \
utils/misc.cmx \
parsing/location.cmx \
Expand Down Expand Up @@ -5791,7 +5789,6 @@ asmcomp/debug/reg_with_debug_info.cmx : \
asmcomp/debug/reg_with_debug_info.cmi : \
asmcomp/reg.cmi \
middle_end/backend_var.cmi
driver/compdynlink.cmi :
driver/compenv.cmo : \
utils/warnings.cmi \
utils/profile.cmi \
Expand Down Expand Up @@ -6126,13 +6123,13 @@ driver/pparse.cmi : \
parsing/parsetree.cmi
toplevel/expunge.cmo : \
bytecomp/symtable.cmi \
bytecomp/runtimedef.cmo \
lambda/runtimedef.cmi \
utils/misc.cmi \
typing/ident.cmi \
bytecomp/bytesections.cmi
toplevel/expunge.cmx : \
bytecomp/symtable.cmx \
bytecomp/runtimedef.cmx \
lambda/runtimedef.cmx \
utils/misc.cmx \
typing/ident.cmx \
bytecomp/bytesections.cmx
Expand Down Expand Up @@ -6342,8 +6339,6 @@ toplevel/trace.cmi : \
typing/path.cmi \
parsing/longident.cmi \
typing/env.cmi
toplevel/byte/topdirs.cmi : \
parsing/longident.cmi
toplevel/byte/topeval.cmo : \
utils/warnings.cmi \
typing/types.cmi \
Expand Down Expand Up @@ -6417,20 +6412,11 @@ toplevel/byte/topeval.cmx : \
toplevel/byte/topeval.cmi : \
toplevel/topcommon.cmi \
parsing/parsetree.cmi
toplevel/byte/toploop.cmi : \
utils/warnings.cmi \
typing/types.cmi \
typing/path.cmi \
parsing/parsetree.cmi \
typing/outcometree.cmi \
parsing/longident.cmi \
parsing/location.cmi \
typing/env.cmi
toplevel/byte/topmain.cmo : \
toplevel/byte/trace.cmi \
toplevel/byte/toploop.cmi \
toplevel/toploop.cmi \
toplevel/byte/topeval.cmi \
toplevel/byte/topdirs.cmi \
toplevel/topdirs.cmi \
toplevel/topcommon.cmi \
typing/printtyp.cmi \
typing/path.cmi \
Expand All @@ -6445,9 +6431,9 @@ toplevel/byte/topmain.cmo : \
toplevel/byte/topmain.cmi
toplevel/byte/topmain.cmx : \
toplevel/byte/trace.cmx \
toplevel/byte/toploop.cmi \
toplevel/toploop.cmx \
toplevel/byte/topeval.cmx \
toplevel/byte/topdirs.cmi \
toplevel/topdirs.cmx \
toplevel/topcommon.cmx \
typing/printtyp.cmx \
typing/path.cmx \
Expand Down

0 comments on commit 71fb042

Please sign in to comment.