diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-09-29 16:56:28 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-09-29 16:56:28 +0000 |
commit | f512c74c4527c99183da1a5276b2d637ed863ab9 (patch) | |
tree | 24ab50ce065c6575e4e815c8c6dd43d5bfdeebfa /lib/libc/sys | |
parent | e664379a0e8a99d8f2ab27391ccbdf5416ab46ef (diff) | |
download | FreeBSD-src-f512c74c4527c99183da1a5276b2d637ed863ab9.zip FreeBSD-src-f512c74c4527c99183da1a5276b2d637ed863ab9.tar.gz |
MFC r288092:
Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding entries
to OBJS based on SRCS.
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 fbd28cd..3b1f8fd 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -100,8 +100,6 @@ ASM+=$(_asm) .endif .endfor -OBJS+= ${ASM} ${PSEUDO} - SASM= ${ASM:S/.o/.S/} SPSEUDO= ${PSEUDO:S/.o/.S/} |