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:
bdrewery 2015-09-22 04:55:28 +00:00
parent 2be5ce0af5
commit 3faab6f866

View File

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