Estimated hours taken: 1
Branches: main
Fix bugs in my change to allow MLOBJS-module Mmake variables.
compiler/modules.m:
$@ make variables are not set in the dependencies of
a rule, so we need to manually expand the MLOBJS-$@
in ALL_MLOBJS.
doc/user_guide.texi:
Document EXTRA_MLOBJS.
tests/hard_coded/Mmakefile:
tests/hard_coded/target_mlobjs.m:
tests/hard_coded/target_mlobjs_c.h:
tests/hard_coded/target_mlobjs_c.c:
Test case.