Author: bdrewery
Date: Tue Sep 29 17:02:27 2015
New Revision: 288377
URL: https://svnweb.freebsd.org/changeset/base/288377
Log:
MFC r288092:
Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding
entries
to OBJS based on SRCS.
Modified:
stable/9/lib/libc/sys/Makefile.inc
Directory Properties:
stable/9/lib/libc/ (props changed)
stable/9/lib/libc/sys/ (props changed)
Modified: stable/9/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/9/lib/libc/sys/Makefile.inc Tue Sep 29 16:56:28 2015
(r288376)
+++ stable/9/lib/libc/sys/Makefile.inc Tue Sep 29 17:02:27 2015
(r288377)
@@ -47,8 +47,6 @@ ASM+=$(_asm)
.endif
.endfor
-OBJS+= ${ASM} ${PSEUDO}
-
SASM= ${ASM:S/.o/.S/}
SPSEUDO= ${PSEUDO:S/.o/.S/}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"