Make the installation directories BEFORE recursing over
authoraland <aland>
Wed, 9 Oct 2002 18:58:06 +0000 (18:58 +0000)
committeraland <aland>
Wed, 9 Oct 2002 18:58:06 +0000 (18:58 +0000)
commitf03bf93f18690b1abbfd365d031573ae5d659041
treec3df329e4a4f0187a901497cdd721c535cb693e3
parent39a745e12235b30934aee553f9f0cc5098225921
Make the installation directories BEFORE recursing over
sub-directories.  This means that any module can safely install
something into $(R)$(bindir), or $(R)$(raddbdir), and it will
be installed in that directory.

If we don't make the directories before calling the modules,
then installing something into $(R)$(raddbdir) MAY create a normal
file named '$(R)$(raddbdir)', and a subsequent 'mkdir' will fail.
Makefile
src/main/Makefile.in