Remove uses of ar(1) option '-l'

This commit is contained in:
WHR
2021-02-22 21:34:06 +08:00
parent eb83fca4b7
commit ec123a6c3f
2 changed files with 4 additions and 16 deletions

View File

@@ -4,6 +4,6 @@ shift
if cray2; then
bld cr $lib `lorder $* | tsort`
else
ar clq $lib $*
ar -cq $lib $*
fi