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 36c461a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 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 @@ -6126,13 +6124,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

0 comments on commit 36c461a

Please sign in to comment.