K 10 svn:author V 5 peter K 8 svn:date V 27 1995-10-28T09:39:57.000000Z K 7 svn:log V 344 At the risk of starting a commit-war, attempt to fix once and for all, the "make distrib-dirs" target. Neither of Andrey's two attempts have worked for me with the [ -h ..] test both with && and ||. I've changed it to a full if [ -h ...]; then \ rm ... ; \ fi ; \ construct. It's much clearer what's meant to happen, and it works! :-) END