K 10 svn:author V 5 markm K 8 svn:date V 27 1999-05-02T08:55:27.000000Z K 7 svn:log V 391 This routine was "use"ing File::Basename. This commit removes that "use" and replaces it with equivalent inline code. The reason is that Perl has some very nasty circular dependancies, and I am trying to get the System Perl upgraded by one maintenance level. The basic rule, until I can find a way to solve this, is that the build tools MAY NOT use any library code; it must all be inline. END