From f512c74c4527c99183da1a5276b2d637ed863ab9 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 29 Sep 2015 16:56:28 +0000 Subject: MFC r288092: Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding entries to OBJS based on SRCS. --- lib/libc/sys/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libc') 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/} -- cgit v1.1