Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/lib/libatf-c++ Add missing DPADD on libatf-...



details:   https://anonhg.NetBSD.org/src/rev/d96c2c8af335
branches:  trunk
changeset: 761747:d96c2c8af335
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Feb 06 19:34:20 2011 +0000

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

diffstat:

 external/bsd/atf/lib/libatf-c++/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 970bc3177b14 -r d96c2c8af335 external/bsd/atf/lib/libatf-c++/Makefile
--- a/external/bsd/atf/lib/libatf-c++/Makefile  Sun Feb 06 19:12:55 2011 +0000
+++ b/external/bsd/atf/lib/libatf-c++/Makefile  Sun Feb 06 19:34:20 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index