Module Name:    src
Committed By:   christos
Date:           Thu Jul 12 20:14:44 UTC 2012

Modified Files:
        src/lib: Makefile

Log Message:
don't mention the indirect libm dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.185 src/lib/Makefile:1.186
--- src/lib/Makefile:1.185	Thu Jul 12 15:11:06 2012
+++ src/lib/Makefile	Thu Jul 12 16:14:44 2012
@@ -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+=	../external/gpl3/gcc/lib/libsup
 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

Reply via email to