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++ Properly include dependent l...



details:   https://anonhg.NetBSD.org/src/rev/4779cb33f4c4
branches:  trunk
changeset: 780120:4779cb33f4c4
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 12 16:15:40 2012 +0000

description:
Properly include dependent library, unbreaks objdir build.

diffstat:

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

diffs (20 lines):

diff -r e8c8a4adf5f1 -r 4779cb33f4c4 external/bsd/atf/lib/libatf-c++/Makefile
--- a/external/bsd/atf/lib/libatf-c++/Makefile  Thu Jul 12 16:03:13 2012 +0000
+++ b/external/bsd/atf/lib/libatf-c++/Makefile  Thu Jul 12 16:15:40 2012 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index