diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-09 13:38:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-09 13:38:29 +0000 |
commit | cc9b67681954df413fe79f7c379e7b91a3121259 (patch) | |
tree | 97c45d38987acbe9cb08d7b968b4f88e9dae3b0b /hints | |
parent | fe0658f9c9ddf9bb43372ebf55904f2e281b024d (diff) | |
download | perl-cc9b67681954df413fe79f7c379e7b91a3121259.tar.gz |
Rename the fdpid locking and integrate with Sarathy.
p4raw-id: //depot/cfgperl@6217
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 48fbbffff6..8aee6d40dc 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -77,7 +77,7 @@ case "$ccisworkshop" in int main() { return(0); } EOF workshoplibs=`cc -### try.c -lsunmath -o try 2>&1|grep " -Y "|sed 's%.* -Y "P,\(.*\)".*%\1%'|tr ':' '\n'|grep '/SUNWspro/'` - . ./workshoplibpth.cbu + . ./UU/workshoplibpth.cbu ;; esac |