Changed an o into $suf

This commit is contained in:
ceriel 1990-01-17 14:39:50 +00:00
parent 54f4f0a925
commit fea5dc907b

View File

@ -6,7 +6,7 @@ do
echo "+$cc $cflags $i"
if $cc $cflags $i
then
list="$list `basename $i .c`.o"
list="$list `basename $i .c`.$suf"
else
exit 1
fi