Module Name:    src
Committed By:   riastradh
Date:           Thu Apr  3 18:23:38 UTC 2014

Modified Files:
        src/tools: Makefile

Log Message:
ctfconvert/ctfmerge need libdwarf &c., so build them if MKCTF=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/tools/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/Makefile
diff -u src/tools/Makefile:1.172 src/tools/Makefile:1.173
--- src/tools/Makefile:1.172	Tue Mar 25 09:52:56 2014
+++ src/tools/Makefile	Thu Apr  3 18:23:38 2014
@@ -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 <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -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

Reply via email to