I danced with the devil and found the needle in the haystack!

Remove the /usr/bin path to ranlib and just let the build environment
set the path. Running an aout version of ranlib on an elf library
is something we'd prefer not to do. I'm surprised that the build
didn't spit any errors when it did this. Shrug.
This commit is contained in:
John Birrell 1998-09-21 08:44:24 +00:00
parent 6d7cd12a6c
commit 608c9e3cf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39540
3 changed files with 3 additions and 3 deletions

View file

@ -484,7 +484,7 @@ privlibexp='/usr/libdata/perl/5.00502'
prototype='define'
ptrsize='4'
randbits='31'
ranlib='/usr/bin/ranlib'
ranlib='ranlib'
rd_nodata='-1'
rm='rm'
rmail=''

View file

@ -484,7 +484,7 @@ privlibexp='/usr/libdata/perl/5.00502'
prototype='define'
ptrsize='8'
randbits='31'
ranlib='/usr/bin/ranlib'
ranlib='ranlib'
rd_nodata='-1'
rm='rm'
rmail=''

View file

@ -484,7 +484,7 @@ privlibexp='/usr/libdata/perl/5.00502'
prototype='define'
ptrsize='4'
randbits='31'
ranlib='/usr/bin/ranlib'
ranlib='ranlib'
rd_nodata='-1'
rm='rm'
rmail=''