Changed an o into $suf

This commit is contained in:
ceriel 1990-01-17 14:39:50 +00:00
parent c19026af9e
commit a72bbc0ce2

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