Module Name:    src
Committed By:   jmmv
Date:           Sun Feb  6 19:34:20 UTC 2011

Modified Files:
        src/external/bsd/atf/lib/libatf-c++: Makefile

Log Message:
Add missing DPADD on libatf-c.a.  Spotted by Garrett Cooper.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/atf/lib/libatf-c++/Makefile

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

Modified files:

Index: src/external/bsd/atf/lib/libatf-c++/Makefile
diff -u src/external/bsd/atf/lib/libatf-c++/Makefile:1.6 src/external/bsd/atf/lib/libatf-c++/Makefile:1.7
--- src/external/bsd/atf/lib/libatf-c++/Makefile:1.6	Sun Nov  7 17:46:46 2010
+++ src/external/bsd/atf/lib/libatf-c++/Makefile	Sun Feb  6 19:34:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/11/07 17:46:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/06 19:34:20 jmmv Exp $
 
 NOLINT=		# defined
 
@@ -6,6 +6,7 @@
 
 LIB=		atf-c++
 LDADD=		-L${.OBJDIR}/../libatf-c -latf-c
+DPADD=		libatf-c.a
 NOPIC=		# defined; interface is still too unstable
 
 SRCDIR=		${NETBSDSRCDIR}/external/bsd/atf/dist

Reply via email to