Hello, I understand why most of my patch was rejected, but one question remains. What would be wrong with this:
- define_variable ('mkinstalldirs', '$(install_sh) -d', INTERNAL); + define_variable ('mkinstalldirs', '$(mkdir_p) .', INTERNAL); I think it could make the make output more readable, even with that dot. Stepan