ucblib shouldn't be linked against in nonstop-ux,
Jarkko Hietaniemi [Fri, 14 Sep 2001 02:12:02 +0000 (02:12 +0000)]
from Tom Bates.

p4raw-id: //depot/perl@12012

hints/nonstopux.sh

index aec05ee..025030f 100644 (file)
@@ -15,3 +15,6 @@ case "$cc" in
                ;;
 esac
 
+libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
+glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
+