Ralf Wildenhues wrote: > I wonder why I can't use > gmake --assume-old=defs check RECHECK_LOGS= > to work around this, though. Must be due to the make recursions. This seems to work: gmake --assume-old=defs AM_MAKEFLAGS='--assume-old=defs' check RECHECK_LOGS= A bit verbose, I agree, but it does what we want.
Regards, Stefano