Skip to content

Commit

Permalink
Update otherlibs/dynlink/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Greta Yorsh <45005955+gretay-js@users.noreply.github.com>
  • Loading branch information
mshinwell and gretay-js authored Dec 13, 2022
1 parent 3e4f1b9 commit 9029581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/dynlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $(LOCAL_SRC)/%.cmx: $(LOCAL_SRC)/%.ml
# and ocamlopt invocations. The resulting files are different, probably because
# of sharing differences. Writing an .mli file would be problematic. Instead
# we allow the compiler to generate the inferred .cmi upon the ocamlc
# invocation, then trick it (by touching dynlink_compilerlibs.cmi) upon the
# invocation, then trick it (by touching dynlink_compilerlibs.mli) upon the
# ocamlopt invocation, which causes it to use the ocamlc-generated .cmi.
dynlink_compilerlibs.cmi: $(COMPILERLIBS_CMO)
rm -f dynlink_compilerlibs.mli
Expand Down

0 comments on commit 9029581

Please sign in to comment.