diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-09-22 04:55:28 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-09-22 04:55:28 +0000 |
commit | 3faab6f866df5f1728cd3bef84d3d05e724abd3c (patch) | |
tree | d8962aad52d33cb44072a1690dfb81d54e52a749 /lib/libc/sys | |
parent | 2be5ce0af5ee70ba7564b34c2a793271a3023939 (diff) | |
download | FreeBSD-src-3faab6f866df5f1728cd3bef84d3d05e724abd3c.zip FreeBSD-src-3faab6f866df5f1728cd3bef84d3d05e724abd3c.tar.gz |
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
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index fad970c..a4414fa 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -90,8 +90,6 @@ ASM+=$(_asm) .endif .endfor -OBJS+= ${ASM} ${PSEUDO} - SASM= ${ASM:S/.o/.S/} SPSEUDO= ${PSEUDO:S/.o/.S/} |