Prepare for isolated dependencies
- Remove definition of
MAKE
. - Replace
${MAKE}
with${MAKE} -E
to reflect variable change. - Create a copy of
MFLAGS
without any-y
option asMFLAGS2
. - Replace references to
MFLAGS
withMFLAGS2
.
This allows RiscOS/Env!4 or RiscOS/Env!13 (closed) to function. Tested on many builds without any binary change.