Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding

entries to OBJS based on SRCS.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-09-22 04:55:28 +00:00
parent 6c5c24c98c
commit cca3306a7f

View File

@ -90,8 +90,6 @@ ASM+=$(_asm)
.endif
.endfor
OBJS+= ${ASM} ${PSEUDO}
SASM= ${ASM:S/.o/.S/}
SPSEUDO= ${PSEUDO:S/.o/.S/}