K 10 svn:author V 6 grembo K 8 svn:date V 27 2014-05-24T14:05:30.537081Z K 7 svn:log V 370 It turns out that cmake is still using gmake during the configure phase, even though build is then done using make(1). If gmake is not available on the host, cmake falls back to make(1) to configure and the resulting Makefiles won't work on either, make or gmake. Therefore I'll rollback to using gmake all the time. Reviewed by: flo (mentor) Approved by: flo (mentor) END