Prepare for isolated dependencies
- Include the
StdTools
make file. - Remove unneeded variable definitions.
- Replace
$(MAKE)
with$(MAKE) -f MainMake
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.