K 10 svn:author V 5 green K 8 svn:date V 27 2004-01-13T22:30:20.000000Z K 7 svn:log V 321 Clarify revision 1.49. Specifically, using ${MAKE} target instead of depending on a target will cause ${MAKE} to have been "reset" to the initial value by make(1). This breaks, for example, make MAKE="make -f subMakefile" clean. The supported way to pass these sorts of make flags is actually the .MAKEFLAGS variable. END