• Ben Avison's avatar
    Always implicitly include StdTools when cross-compiling · b1e26d51
    Ben Avison authored
    `AAsmModule`, `CApp`, `CLibrary` and `CModule` implicitly include various
    other shared makefile fragments to permit simpler master makefiles. However,
    when cross-compiling, they were only included when invoked from within the
    `objs` subdirectory, which in particular meant you couldn't rely on any of
    the definitions from `StdTools` when extending the `clean` rule unless you
    explicitly included it from the master makefile, thereby defeating the
    purpose of the implicit inclusion. Change them so that `StdTools` is included
    for all rules.
    b1e26d51
CApp 11.4 KB