Run $RANLIB if the shell variable is set.

This commit is contained in:
keie 1984-12-17 15:50:02 +00:00
parent d267037189
commit 8c874d4632

View file

@ -38,6 +38,7 @@ then
if test $errors = no
then
${ASAR-arch} cr $2 $OFILES
${RANLIB-:} $2
rm $OFILES
else
echo $2 not made, due to compilation errors