Module Name: src
Committed By: christos
Date: Thu Mar 17 18:43:29 UTC 2016
Modified Files:
src/tools/ctfconvert: Makefile
Log Message:
Add DPADD's
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/ctfconvert/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/ctfconvert/Makefile
diff -u src/tools/ctfconvert/Makefile:1.5 src/tools/ctfconvert/Makefile:1.6
--- src/tools/ctfconvert/Makefile:1.5 Sun Mar 9 13:12:03 2014
+++ src/tools/ctfconvert/Makefile Thu Mar 17 14:43:29 2016
@@ -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 @@ CTFOBJ!= cd ${.CURDIR}/../libctf && ${PR
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