K 10 svn:author V 6 marino K 8 svn:date V 27 2015-03-15T23:09:13.428234Z K 7 svn:log V 360 lang/gcc5-aux: Fix ada hardlink The code to create a hardlink of gcc5-aux/bin/ada to gcc5-aux/bin/gcc did not work. It appears that the "-" in front of the "if" condition isn't working in this context. However, it's really not needed at all, so just remove it so the hardlink gets created. All Ada ports use gcc5-aux/bin/ada, so it was a critical problem. END