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

This commit is contained in:
jmmv 2011-02-06 19:34:20 +00:00
parent 2158ec89af
commit 773d35b30a

View File

@ -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