On Mon, Feb 16, 2004 at 07:17:18PM -0500, Garance A Drosihn wrote: > Based on that advice, I added the rule: > > sio.o: sio.s > ${CPP} ${CFLAGS} ${.CURDIR}/sio.s | \ > ${AS} ${AFLAGS} -o ${.TARGET} 'cpp' isn't needed, there isn't anything in sio.[sS] for 'cpp' to do. > This seems to have solved the problem for me. I have not > committed this change, though, as it may be that some other > change would be more appropriate. I've already committed the correct change which is to simply rm the .S file. -- -- David (obrien_at_FreeBSD.org)Received on Mon Feb 16 2004 - 15:48:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:43 UTC