Author: bdrewery
Date: Tue Sep 22 04:55:28 2015
New Revision: 288092
URL: https://svnweb.freebsd.org/changeset/base/288092

Log:
  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

Modified:
  head/lib/libc/sys/Makefile.inc

Modified: head/lib/libc/sys/Makefile.inc
==============================================================================
--- head/lib/libc/sys/Makefile.inc      Tue Sep 22 03:34:07 2015        
(r288091)
+++ head/lib/libc/sys/Makefile.inc      Tue Sep 22 04:55:28 2015        
(r288092)
@@ -90,8 +90,6 @@ ASM+=$(_asm)
 .endif
 .endfor
 
-OBJS+= ${ASM} ${PSEUDO}
-
 SASM=  ${ASM:S/.o/.S/}
 
 SPSEUDO= ${PSEUDO:S/.o/.S/}
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to