Subject: Re: Bug in 1.2 build.
To: None <port-vax@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: port-vax
Date: 10/10/1996 15:00:53
In article <Pine.SUN.3.91.961009153846.3668A-100000@world> maja@celsiustech.se (Mats O Jansson) writes:
>
>> Can someone please check my work, put in a tidier fix if they have one,
>> and get it into the current source tree as I don't know how to go about this
>> 

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