Module Name:    src
Committed By:   christos
Date:           Thu Jul 12 16:15:40 UTC 2012

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

Log Message:
Properly include dependent library, unbreaks objdir build.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/external/bsd/atf/lib/libatf-c++/Makefile:1.14
--- src/external/bsd/atf/lib/libatf-c++/Makefile:1.13	Wed Jul 11 18:40:16 2012
+++ src/external/bsd/atf/lib/libatf-c++/Makefile	Thu Jul 12 12:15:40 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/07/11 22:40:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2012/07/12 16:15:40 christos Exp $
 
 NOLINT=		# defined
 
@@ -6,8 +6,8 @@ NOLINT=		# defined
 
 LIB=		atf-c++
 LIBISCXX=	yes
-LDADD=		-L${.OBJDIR}/../libatf-c -latf-c
-DPADD=		${LIBATF_C}
+
+LIBDPLIBS+=     atf-c      ${.CURDIR}/../libatf-c
 
 SRCDIR=		${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:		${SRCDIR}

Reply via email to