From 773d35b30aa2c8a77a28cd9cdfb870328ce5abee Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 6 Feb 2011 19:34:20 +0000 Subject: [PATCH] Add missing DPADD on libatf-c.a. Spotted by Garrett Cooper. --- external/bsd/atf/lib/libatf-c++/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/bsd/atf/lib/libatf-c++/Makefile b/external/bsd/atf/lib/libatf-c++/Makefile index ff5cd51dd57b..8c79abcbb0c5 100644 --- a/external/bsd/atf/lib/libatf-c++/Makefile +++ b/external/bsd/atf/lib/libatf-c++/Makefile @@ -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 @@ NOLINT= # defined 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