Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib don't mention the indirect libm dependency.



details:   https://anonhg.NetBSD.org/src/rev/7e8de52f6650
branches:  trunk
changeset: 780141:7e8de52f6650
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 12 20:14:44 2012 +0000

description:
don't mention the indirect libm dependency.

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a57c90ddd6c4 -r 7e8de52f6650 lib/Makefile
--- a/lib/Makefile      Thu Jul 12 19:11:06 2012 +0000
+++ b/lib/Makefile      Thu Jul 12 20:14:44 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.185 2012/07/12 19:11:06 christos Exp $
+#      $NetBSD: Makefile,v 1.186 2012/07/12 20:14:44 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -141,7 +141,7 @@
 SUBDIR+=       .WAIT
 
 .if (${MKATF} != "no")
-SUBDIR+=       ../external/bsd/atf/lib # depends on libstdc++ and libm
+SUBDIR+=       ../external/bsd/atf/lib         # depends on libstdc++
 .endif
 
 SUBDIR+=       libform         # depends on libcurses



Home | Main Index | Thread Index | Old Index