Made the dummy ranlib more verbose
This commit is contained in:
parent
5fe6bf0fcd
commit
bede819e42
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ case `ack_sys` in
|
|||
vax_bsd*) RMD=pdp ;;
|
||||
vax_sys*) RMD=pdp ;;
|
||||
pdp_*) RMD="vax4"
|
||||
echo "exit 93" > ../bin/ranlib
|
||||
echo 'echo "no ranlib on this system"; exit 93' > ../bin/ranlib
|
||||
chmod +x ../bin/ranlib
|
||||
ranlib > /dev/null 2>&1
|
||||
case X$? in
|
||||
|
|
Loading…
Reference in a new issue