Santiago Vila wrote: > -mkdir_p = @mkdir_p@ > +mkdir_p = $(MKDIR_P)
Thanks, I suspect that this problem was introduced by the fact that diffutils 3.3 was built using a nonstandard version of Automake that contained a backward-compatibility bug in this area. You should be able to work around the problem by rebuilding diffutils with Automake 1.14 or later. The bug should be fixed automatically in the next diffutils release, as it should be built with Automake 1.14 or later, so I'm taking the liberty of marking this bug as done.
