Jonathan Wakely writes: >> It's the first thing the recipe does: >> >> install-data-local: gdb.py >> @$(mkdir_p) $(DESTDIR)$(toolexeclibdir) >> >> That's why I'm suggesting to do the same thing for the debug dir. > > This presumably means it has the problems that mkinstalldirs is > supposed to solve, but is that only relevant for Solaris 8, i.e. not > relevant? Ah, sorry. I didn't notice that it did that at the top. Yes, mkdir -p is at least as good then. Thanks, -- Arsen Arsenović