From 7410f9147322a8b5af38611068d313c1cb7d86c5 Mon Sep 17 00:00:00 2001 From: riastradh Date: Thu, 3 Apr 2014 18:23:38 +0000 Subject: [PATCH] ctfconvert/ctfmerge need libdwarf &c., so build them if MKCTF=yes. --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 413a4f4cdbec..c14d25e26c60 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2014/03/25 09:52:56 ozaki-r Exp $ +# $NetBSD: Makefile,v 1.173 2014/04/03 18:23:38 riastradh Exp $ .include .include @@ -65,7 +65,7 @@ TOOLCHAIN_BITS+= dbsym mdsetimage .endif DTRACE_BITS= -.if ${MKDTRACE} != "no" +.if ${MKDTRACE} != "no" || ${MKCTF} != "no" DTRACE_BITS+= .WAIT libelf DTRACE_BITS+= .WAIT libdwarf DTRACE_BITS+= .WAIT libctf