Changed an o into $suf
authorceriel <none@none>
Wed, 17 Jan 1990 14:39:50 +0000 (14:39 +0000)
committerceriel <none@none>
Wed, 17 Jan 1990 14:39:50 +0000 (14:39 +0000)
modules/src/em_code/make.sh

index c480c74..f33ce0b 100755 (executable)
@@ -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