>
> Thanks Mats; I think that the following will work just fine:
>
> # Substitute common sources with any arch specific sources
> .for i in ${ARCH_SRCS} ${NOIEEE_ARCH}
> SRCS:=${SRCS:S/${i:S/.S/.c/}/$i/}
> .endfor
>
>
Now fixed. Thanks.
-- Ragge