Author: bdrewery
Date: Tue Sep 29 16:56:28 2015
New Revision: 288376
URL: https://svnweb.freebsd.org/changeset/base/288376

Log:
  MFC r288092:
  
    Avoid adding duplicates into OBJS.  bsd.lib.mk already handles adding 
entries
    to OBJS based on SRCS.

Modified:
  stable/10/lib/libc/sys/Makefile.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/10/lib/libc/sys/Makefile.inc Tue Sep 29 16:54:22 2015        
(r288375)
+++ stable/10/lib/libc/sys/Makefile.inc Tue Sep 29 16:56:28 2015        
(r288376)
@@ -100,8 +100,6 @@ ASM+=$(_asm)
 .endif
 .endfor
 
-OBJS+= ${ASM} ${PSEUDO}
-
 SASM=  ${ASM:S/.o/.S/}
 
 SPSEUDO= ${PSEUDO:S/.o/.S/}
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to