Browse Source

Run $RANLIB if the shell variable is set.

keie 40 years ago
parent
commit
8c874d4632
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util/shf/march.sh

+ 1 - 0
util/shf/march.sh

@@ -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