On 11 June 2015 at 12:46, Stephan Petzchen <[email protected]> wrote: > Maybe, I missed here something but I simply follow the rule that recursive > make commands should always use the variable MAKE, not the explicit command > name ‘make’. > > Would be great if anybody knows the missing link here.... > > all clean mytarget: > cd src && $(Make) $@
I may be wrong, but isn't the variable name case sensitive (and as you quote, all-caps MAKE), so should you not be using $(MAKE)...? Paul ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
