Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/ctfconvert Add DPADD's
details: https://anonhg.NetBSD.org/src/rev/6bceea155270
branches: trunk
changeset: 344239:6bceea155270
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 17 18:43:29 2016 +0000
description:
Add DPADD's
diffstat:
tools/ctfconvert/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 87fbbef2b9d6 -r 6bceea155270 tools/ctfconvert/Makefile
--- a/tools/ctfconvert/Makefile Thu Mar 17 18:29:58 2016 +0000
+++ b/tools/ctfconvert/Makefile Thu Mar 17 18:43:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/03/09 17:12:03 christos Exp $
+# $NetBSD: Makefile,v 1.6 2016/03/17 18:43:29 christos Exp $
NOMAN= # defined
@@ -50,8 +50,11 @@
DWARFOBJ!= cd ${.CURDIR}/../libdwarf && ${PRINTOBJDIR}
ELFOBJ!= cd ${.CURDIR}/../libelf && ${PRINTOBJDIR}
LDADD+= -L${CTFOBJ} -lctf
+DPADD+= ${CTFOBJ}/libctf.a
LDADD+= -L${DWARFOBJ} -ldwarf
+DPADD+= ${DWARFOBJ}/libdwarf.a
LDADD+= -L${ELFOBJ} -lelf
+DPADD+= ${ELFOBJ}/libelf.a
.PATH: ${OPENSOLARIS_DISTDIR}/tools/ctf/common
.PATH: ${OPENSOLARIS_DISTDIR}/tools/ctf/cvt
Home |
Main Index |
Thread Index |
Old Index